File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
packages/owl-plplot/owl-plplot.1.1 Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Liang Wang <
[email protected] >"
3+ authors: [ "Liang Wang" ]
4+ license: "MIT"
5+ homepage: "https://github.com/owlbarn/owl-plplot"
6+ dev-repo: "git+https://github.com/owlbarn/owl-plplot.git"
7+ bug-reports: "https://github.com/owlbarn/owl-plplot/issues"
8+ doc: "https://owlbarn.github.io/owl-plplot/"
9+ synopsis: "Owl-Plplot: thin plotting layer for Owl based on plplot"
10+
11+ build: [
12+ [ "dune" "subst" ] {dev}
13+ [ "dune" "build" "-p" name "-j" jobs ]
14+ ]
15+
16+ depends: [
17+ "ocaml" {>= "4.10.0"}
18+ "dune" {>= "3.16"}
19+ "owl" {>= "1.2"}
20+ "plplot"
21+ ]
22+ url {
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+ }
30+ x-commit-hash: "10be7cd49a776a5e1bf45b71402e0bac9614215e"
31+
You can’t perform that action at this time.
0 commit comments