opam-version: "2.0" maintainer: "Liang Wang " authors: [ "Liang Wang" ] license: "MIT" homepage: "https://github.com/owlbarn/owl" dev-repo: "git+https://github.com/owlbarn/owl.git" bug-reports: "https://github.com/owlbarn/owl/issues" doc: "https://owlbarn.github.io/" build: [ [ "dune" "subst" ] {dev} [ "dune" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.06.0" & < "4.14.0"} "dune" "ocaml-compiler-libs" "owl" {= version} ] synopsis: "Owl's Zoo System" description: "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." url { src: "https://github.com/owlbarn/owl/releases/download/0.4.0/owl-0.4.0.tbz" checksum: [ "sha256=098c648b481469761f46854c9825d52c1afdd273307658489af9c3df4ab7624b" "md5=164fbec1c8025895eea703b125dd35f3" ] }