opam 547 B

12345678910111213141516171819202122232425
  1. opam-version: "1.2"
  2. name: "oclaunch"
  3. version: "0.3.1"
  4. maintainer: "Leo <leowzukw@vmail.me>"
  5. authors: "Leo <leowzukw@vmail.me>"
  6. license: "CeCILL"
  7. homepage: "http://www.oclaunch.eu.org"
  8. bug-reports: "https://gitlab.com/WzukW/oclaunch/issues/new"
  9. dev-repo: "git@gitlab.com:WzukW/oclaunch.git"
  10. build: [
  11. ["./configure" "--prefix=%{prefix}%"]
  12. [make]
  13. ]
  14. available: [ ocaml-version >= "4.02.0"]
  15. install: [make "install"]
  16. remove: ["ocamlfind" "remove" "ocl"]
  17. depends: [
  18. "atdgen"
  19. "base-threads"
  20. "core"
  21. "textutils"
  22. "re2"
  23. "ocamlfind" {build}
  24. ]