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-plplot"
6dev-repo: "git+https://github.com/owlbarn/owl-plplot.git"
7bug-reports: "https://github.com/owlbarn/owl-plplot/issues"
8doc: "https://owlbarn.github.io/owl-plplot/"
9synopsis: "Owl-Plplot: thin plotting layer for Owl based on plplot"
10
11build: [
12 [ "dune" "subst" ] {dev}
13 [ "dune" "build" "-p" name "-j" jobs ]
14]
15
16depends: [
17 "ocaml" {>= "4.10.0"}
18 "dune" {>= "3.16"}
19 "owl" {>= "1.2"}
20 "plplot"
21]
22url {
23 src:
24 "https://github.com/owlbarn/owl-plplot/releases/download/1.1/owl-plplot-1.1.tbz"
25 checksum: [
26 "sha256=6f4b57d88fa5223ffc54746aeb0dbe8cd17bbe4be92a1093d1bdf55daf2c9cb2"
27 "sha512=439f68f6df07ddefbde208c64491001dae19db76d116090f3c2217c6df62493e6c9ec60f0c6f2251a0c10ccbf349be4ca207be2dbfee3326431efe0e6053b8f7"
28 ]
29}
30x-commit-hash: "10be7cd49a776a5e1bf45b71402e0bac9614215e"
31