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.06.0" & < "4.14.0"} 26 "dune" {>= "1.7.0"} 27 "ocaml-compiler-libs" 28 "owl" {= version} 29] 30url { 31 src: "https://github.com/owlbarn/owl/releases/download/0.7.2/owl-0.7.2.tbz" 32 checksum: [ 33 "sha256=08c63c2c6f4a73143062ae1d2b7a809cdc8ae829a50b5bb1ecd9de6e2e5a5549" 34 "sha512=574cc39a186ef89bf73fbd9e42dd555b0d03ac1f70f745bc3f0932c623d217030a6375b6418fe4f262d9bff161ff254df10ba27d8f5fa8783c86e88af0755305" 35 ] 36}