this repo has no description
1opam-version: "2.0"
2maintainer: "Hezekiah M. Carty <hez@0ok.org>"
3authors: [ "Hezekiah M. Carty <hez@0ok.org>" ]
4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
5homepage: "https://github.com/hcarty/ocaml-plplot/"
6dev-repo: "git+https://github.com/hcarty/ocaml-plplot.git"
7bug-reports: "https://github.com/hcarty/ocaml-plplot/issues"
8build: [
9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
10 ["ocaml" "setup.ml" "-build"]
11 ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test}
12 ["ocaml" "setup.ml" "-build"] {with-test}
13 ["ocaml" "setup.ml" "-test"] {with-test}
14]
15install: ["ocaml" "setup.ml" "-install"]
16depends: [
17 "ocaml" {>= "4.02.0" & < "5.0"}
18 "ocamlbuild" {build}
19 "ocamlfind" {build}
20 "conf-plplot"
21]
22synopsis: "Bindings for the PLplot library"
23description: """
24PLplot is a library for creating scientific plots.
25http://plplot.sf.net/"""
26url {
27 src: "https://github.com/hcarty/ocaml-plplot/archive/v5.11.0.tar.gz"
28 checksum: [
29 "sha256=01a44a4bc662a66b45e82d7c1e550235faa3d504c8c8faf565e017f3581ac013"
30 "md5=b73c6801b42187695d9d3aae96696143"
31 ]
32}