this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml bindings to the GR plotting library"
3description: """
4GR is based on an implementation of a Graphical Kernel System (GKS) and OpenGL. As a self-contained system it can quickly and easily be integrated into existing applications.
5GR is characterized by its high interoperability and can be used with modern web technologies and mobile devices."""
6maintainer: ["Marcello Seri"]
7authors: ["Marcello Seri"]
8license: "ISC"
9homepage: "https://github.com/mseri/ocaml-gr"
10bug-reports: "https://github.com/mseri/ocaml-gr/issues"
11depends: [
12 "ocaml" {>= "4.06"}
13 "dune" {>= "1.11"}
14 "ctypes" {>= "0.15"}
15 "ctypes-foreign"
16 "base-unix" {with-test}
17 "owl" {with-test & >= "0.6.0" & < "0.9.0"}
18 "stdcompat" {>= "9"}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test & ocaml:version >= "4.07"}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/mseri/ocaml-gr.git"
35doc: "https://mseri.github.io/ocaml-gr"
36post-messages: "Make sure that libGR (gr-framework.org) is installed and, in case of error, that either of the GRDIR or LIBGRPATH env variables is set"
37url {
38 src:
39 "https://github.com/mseri/ocaml-gr/releases/download/v0.0.1/gr-v0.0.1.tbz"
40 checksum: [
41 "sha256=4d290ad7cd66a1b6c542bc53165e25fe7b39f4c0dfacf61db5cdb370f92c2a94"
42 "sha512=f216ef6a8f957a3009e9df09922258769cf080f02a03c55e370293f826b6c0418104767713e58c90971cd9c1e68ed0ce4c7d641355e50a0e978513f95b384f79"
43 ]
44}