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: "f164864baf68f94a19a09b19ed377db433d7aa2a" 31url { 32 src: "https://github.com/owlbarn/owl/releases/download/1.0.0/owl-1.0.0.tbz" 33 checksum: [ 34 "sha256=d91ba09488edd602dad845f68db1f980a601bdbb55d9516e3b59681eca20debe" 35 "sha512=9b31c3474a94c3b11d1dedba00639e770737e61f2e724a1288066ed976e4d0f8afe891a430e17ecf525fbca92e433d71d1b66d3ba17d4e299a4f8fdc3b902461" 36 ] 37}