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/" 9 10build: [ 11 [ "jbuilder" "subst" "-p" name ] {dev} 12 [ "jbuilder" "build" "-p" name "-j" jobs ] 13] 14 15depends: [ 16 "ocaml" {>= "4.06.0" & < "4.14.0"} 17 "jbuilder" {>= "1.0+beta7"} 18 "ocaml-compiler-libs" 19 "owl" {= version} 20] 21synopsis: "Owl's Zoo System" 22description: 23 "The Zoo System is Owl's customised toplevel. It is used for scripting numerical applications and sharing small code snippets via gist among users. The Zoo system introduces a zoo directive into toplevel, the referred gist id will be automatically downloaded and imported as a module in the script. The nested zoo reference is also supported." 24url { 25 src: 26 "https://github.com/owlbarn/owl/releases/download/0.3.8/owl-base-0.3.8.tbz" 27 checksum: [ 28 "sha256=7e7725e9a1a967b2af54d7f091a0aea76c54e9abeb4220947921864ef6ffe7d0" 29 "md5=247e4b6e6190df68830095441e71e69a" 30 ] 31}