this repo has no description
1opam-version: "2.0"
2synopsis: "Mathematical plotter library for ocaml"
3description:
4 "High-quality plotting of 2D usual mathematical functions, including animations and LaTeX formulas. Supports also 3D surfaces with interactive rotating."
5maintainer: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"]
6authors: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"]
7license: "GPL-2.0-only"
8homepage: "https://github.com/sanette/oplot"
9bug-reports: "https://github.com/sanette/oplot/issues"
10depends: [
11 "conf-sdl-image"
12 "conf-sdl-ttf"
13 "ocamlsdl" {>= "0.9.1"}
14 "lablgl" {>= "1.06"}
15 "graphics" {>= "4.05.0"}
16 "ocaml" {>= "4.05.0"}
17 "dune" {>= "1.11"}
18]
19build: [
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/sanette/oplot.git"
33url {
34 src: "https://github.com/sanette/oplot/archive/0.50.tar.gz"
35 checksum: [
36 "md5=19363b5e989577383cf1b735fe370e3d"
37 "sha512=3be56096f79f71ddf91bee0c64ef78b167305ec5c7eacc9cca44b8ac827fbc9c653c5a830ce38b414f68564fed5e7643b4fc6eeb39e5f323cdb2704359736733"
38 ]
39}