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] 30 31x-ci-accept-failures: [ 32 "ubuntu-18.04" # https://github.com/owlbarn/owl/issues/450 33] 34 35x-commit-hash: "7e489e58aff3dea09ecd0153c237c2170a42c964" 36url { 37 src: "https://github.com/owlbarn/owl/releases/download/1.0.1/owl-1.0.1.tbz" 38 checksum: [ 39 "sha256=72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef" 40 "sha512=72a60fb5b0ee4eea6cd8012aab9a492a32483feb218c1b6b4b913e0af985fba288113164e5af1129c0b5fffdb49d7b9aded6647238626b6561dc7125fdeb4eb5" 41 ] 42}