-
Notifications
You must be signed in to change notification settings - Fork 9
/
plplot.opam
32 lines (32 loc) · 1.07 KB
/
plplot.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
opam-version: "2.0"
maintainer: "Hezekiah M. Carty <[email protected]>"
authors: [ "Hezekiah M. Carty <[email protected]>" ]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/hcarty/ocaml-plplot/"
dev-repo: "git+https://github.com/hcarty/ocaml-plplot.git"
bug-reports: "https://github.com/hcarty/ocaml-plplot/issues"
doc: "https://hcarty.github.io/ocaml-plplot/plplot"
build: [
[
"dune" "build" "-p" name "-j" jobs
"@doc" {with-doc}
]
]
depends: [
"ocaml" {>= "4.02.0"}
"dune" {>= "2.0.0"}
"dune-configurator"
"odoc" {with-doc}
]
depexts: [
["libplplot-dev" "libshp-dev"] {os-family = "debian"}
["plplot"] {os = "macos" & os-distribution = "homebrew"}
["plpot"] {os-family = "arch"}
["plplot-devel"] {os-family = "rhel"}
["plplot-devel"] {os-family = "fedora"}
["plplot-devel"] {os-family = "suse"}
["plplot-devel" "epel-release"] {os-distribution = "centos"}
["plplot"] {os-distribution = "nixos"}
]
synopsis: "Bindings for the PLplot library"
description: "PLplot is a library for creating scientific plots http://plplot.sf.net/"