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.7/owl-base-0.3.7.tbz" 27 checksum: [ 28 "sha256=28d6c909f8f91cd8fd61fd1079b2f0e4bf8917bf33e2da96607caf63c73d0a39" 29 "md5=16454681ed82d527edf25eaee668c88a" 30 ] 31}