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 [ "dune" "subst" ] {dev}
12 [ "dune" "build" "-p" name "-j" jobs ]
13]
14
15depends: [
16 "ocaml" {>= "4.06.0" & < "4.14.0"}
17 "dune"
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: "https://github.com/owlbarn/owl/releases/download/0.4.0/owl-0.4.0.tbz"
26 checksum: [
27 "sha256=098c648b481469761f46854c9825d52c1afdd273307658489af9c3df4ab7624b"
28 "md5=164fbec1c8025895eea703b125dd35f3"
29 ]
30}