浏览代码

update opam file

Andy Li 7 年之前
父节点
当前提交
36636490e2
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      opam

+ 3 - 2
opam

@@ -1,13 +1,13 @@
 
 opam-version: "1.2"
 name: "haxe"
-version: "3.4.4"
+version: "3.4.7"
 maintainer: ["Haxe Foundation <[email protected]>" "Andy Li <[email protected]>"]
 author: "Haxe Foundation <[email protected]>"
 homepage: "https://haxe.org/"
 bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
 license: ["GPL2+" "MIT"]
-dev-repo: "https://github.com/HaxeFoundation/haxe"
+dev-repo: "https://github.com/HaxeFoundation/haxe.git"
 build: [
   [ "env" "OCAMLPARAM=safe-string=0,_" make ]
 ]
@@ -23,5 +23,6 @@ remove: [
 depends: [
   "ocamlfind" {build}
   "camlp4"    {build}
+  "conf-neko"
 ]
 available: [ ocaml-version > "4.02" ]