浏览代码

add opam file

Andy Li 7 年之前
父节点
当前提交
991d1ccb5d
共有 1 个文件被更改,包括 24 次插入0 次删除
  1. 24 0
      opam

+ 24 - 0
opam

@@ -0,0 +1,24 @@
+opam-version: "1.2"
+name: "haxe"
+version: "3.4.4"
+maintainer: "Haxe Foundation"
+author: "Haxe Foundation"
+homepage: "https://haxe.org/"
+bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
+license: "GPL2+ MIT"
+dev-repo: "https://github.com/HaxeFoundation/haxe"
+build: [
+  [make]
+]
+install: [make "install" "INSTALL_DIR=%{prefix}%"]
+remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"]
+depends: [
+  "ocamlfind" {build}
+  "camlp4"    {build}
+  "sedlex"    {build}
+  "xml-light" {build}
+  "extlib"    {build}
+  "rope"      {build}
+  "ptmap"     {build}
+]
+available: [ ocaml-version { > "4.02" & < "4.06"} ]