Skip to content

Commit 91e3f99

Browse files
committed
[new release] owl-plplot (1.1)
CHANGES: * Separate from main owl project * Add new examples for visualization using owl-plplot * Add building and installation script * Add automatic building and installation check with Action workflow
1 parent c940a5f commit 91e3f99

File tree

1 file changed

+31
-0
lines changed
  • packages/owl-plplot/owl-plplot.1.1

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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" ] {pinned}
13+
[ "dune" "build" "-p" name "-j" jobs ]
14+
]
15+
16+
depends: [
17+
"ocaml" {>= "4.10.0"}
18+
"dune" {>= "2.0.0"}
19+
"owl" {>= "1.0"}
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+

0 commit comments

Comments
 (0)