this repo has no description
1opam-version: "2.0" 2maintainer: "Liang Wang <ryanrhymes@gmail.com>" 3authors: [ "Liang Wang" ] 4license: "MIT" 5homepage: "https://github.com/owlbarn/owl" 6dev-repo: "git+https://github.com/owlbarn/owl.git" 7bug-reports: "https://github.com/owlbarn/owl/issues" 8doc: "https://owlbarn.github.io/" 9synopsis: "OCaml Scientific and Engineering Computing - Zoo" 10description: """ 11Owl's Zoo System 12 13The Zoo System is Owl's customised toplevel. 14It is used for scripting numerical applications and sharing small code snippets via gist among users. 15The Zoo system introduces a zoo directive into toplevel, the referred gist id will be automatically downloaded and imported as a module in the script. 16The nested zoo reference is also supported. 17""" 18 19build: [ 20 [ "dune" "subst" ] {dev} 21 [ "dune" "build" "-p" name "-j" jobs ] 22] 23 24depends: [ 25 "ocaml" {>= "4.10.0" & < "4.14.0"} 26 "dune" {>= "2.0.0"} 27 "ocaml-compiler-libs" 28 "owl" {= version} 29] 30x-commit-hash: "acca58e85f1091799c67afc8c0d59a692acc187f" 31url { 32 src: 33 "https://github.com/owlbarn/owl/releases/download/0.10.0/owl-0.10.0.tbz" 34 checksum: [ 35 "sha256=eed3ca75b0e9388a2c56dd45eee7fe257adacba77b4536cda041bddf98f01691" 36 "sha512=baf6419a2a9019df403e9badf45b5ffeedb52d66676dd5899406cbebbca79f0cb23edaf3b93339da9f938f57424f4899faa7af7237cda4409c5a1470829975f9" 37 ] 38}