Skip to content

Commit c77f3eb

Browse files
authored
Merge pull request ocaml#28107 from mseri/release-plplot-5.12.1
[new release] plplot (5.12.1)
2 parents af17e9c + c82d23a commit c77f3eb

File tree

1 file changed

+32
-0
lines changed
  • packages/plplot/plplot.5.12.1

1 file changed

+32
-0
lines changed

packages/plplot/plplot.5.12.1/opam

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
opam-version: "2.0"
2+
maintainer: "Hezekiah M. Carty <[email protected]>"
3+
authors: [ "Hezekiah M. Carty <[email protected]>" ]
4+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
5+
homepage: "https://github.com/hcarty/ocaml-plplot/"
6+
dev-repo: "git+https://github.com/hcarty/ocaml-plplot.git"
7+
bug-reports: "https://github.com/hcarty/ocaml-plplot/issues"
8+
doc: "https://hcarty.github.io/ocaml-plplot/plplot"
9+
build: [
10+
[
11+
"dune" "build" "-p" name "-j" jobs
12+
"@doc" {with-doc}
13+
]
14+
]
15+
depends: [
16+
"ocaml" {>= "4.02.0"}
17+
"dune" {>= "2.0.0"}
18+
"dune-configurator"
19+
"conf-plplot"
20+
"odoc" {with-doc}
21+
]
22+
synopsis: "Bindings for the PLplot library"
23+
description: "PLplot is a library for creating scientific plots http://plplot.sf.net/"
24+
url {
25+
src:
26+
"https://github.com/hcarty/ocaml-plplot/releases/download/5.12.1/plplot-5.12.1.tbz"
27+
checksum: [
28+
"sha256=9a871481703922c11e828732558cc563f7f7a1ff126d6dbd51b56adb6c37152e"
29+
"sha512=d433a63820d3f7e4f14a11f1792eeef08a829922e879d303c8320787e710b72e3d49124c80585032e9326c0e0ba2671624b62675f882c2a445f79e383e14ed28"
30+
]
31+
}
32+
x-commit-hash: "46ba9c34c4d7ecc548818a41a34fd7f6b512058d"

0 commit comments

Comments
 (0)