Skip to content

Commit 434eccd

Browse files
committed
[new release] plplot (5.12.1)
CHANGES: * Compatibility with ocaml 5
1 parent ce09391 commit 434eccd

File tree

1 file changed

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

1 file changed

+41
-0
lines changed

packages/plplot/plplot.5.12.1/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
"odoc" {with-doc}
20+
]
21+
depexts: [
22+
["libplplot-dev" "libshp-dev"] {os-family = "debian"}
23+
["plplot"] {os = "macos" & os-distribution = "homebrew"}
24+
["plpot"] {os-family = "arch"}
25+
["plplot-devel"] {os-family = "rhel"}
26+
["plplot-devel"] {os-family = "fedora"}
27+
["plplot-devel"] {os-family = "suse"}
28+
["plplot-devel" "epel-release"] {os-distribution = "centos"}
29+
["plplot"] {os-distribution = "nixos"}
30+
]
31+
synopsis: "Bindings for the PLplot library"
32+
description: "PLplot is a library for creating scientific plots http://plplot.sf.net/"
33+
url {
34+
src:
35+
"https://github.com/hcarty/ocaml-plplot/releases/download/5.12.1/plplot-5.12.1.tbz"
36+
checksum: [
37+
"sha256=9a871481703922c11e828732558cc563f7f7a1ff126d6dbd51b56adb6c37152e"
38+
"sha512=d433a63820d3f7e4f14a11f1792eeef08a829922e879d303c8320787e710b72e3d49124c80585032e9326c0e0ba2671624b62675f882c2a445f79e383e14ed28"
39+
]
40+
}
41+
x-commit-hash: "46ba9c34c4d7ecc548818a41a34fd7f6b512058d"

0 commit comments

Comments
 (0)