this repo has no description
1opam-version: "2.0" 2maintainer: "Dominik Bousquet <bousquet.dominik@gmail.com>" 3authors: "Dominik Bousquet <bousquet.dominik@gmail.com>" 4homepage: "https://github.com/dbousque/lymp" 5bug-reports: "https://github.com/dbousque/lymp/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/dbousque/lymp.git" 8build: [ 9 [make "build"] 10] 11install: [ 12 [make "install"] 13] 14remove: ["ocamlfind" "remove" "lymp"] 15depends: [ 16 "ocaml" {>= "4.02.0" & < "5.0.0"} 17 "ocamlfind" {build} 18 "ocamlbuild" {build} 19] 20synopsis: "Use Python functions and objects from OCaml" 21description: "Access the rich ecosystem of Python libraries." 22flags: light-uninstall 23url { 24 src: "https://github.com/dbousque/lymp/archive/0.2.4.tar.gz" 25 checksum: [ 26 "sha256=178bac696289e0ce6868d7dcec5f3f99f8070d7b033e65011aa39e6451d6cdd2" 27 "md5=c7ff7a403434a193135f8085d14c8bc5" 28 ] 29}