Skip to content

Commit cb23d5f

Browse files
authored
Merge pull request ocaml#22769 from sanette/opam-publish-oplot.0.7.0
Package oplot.0.7.0
2 parents 8634766 + 87c99fb commit cb23d5f

File tree

1 file changed

+42
-0
lines changed
  • packages/oplot/oplot.0.7.0

1 file changed

+42
-0
lines changed

packages/oplot/oplot.0.7.0/opam

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Mathematical plotter library for ocaml"
4+
description:
5+
"High-quality plotting of 2D usual mathematical functions, including animations and LaTeX formulas. Supports also 3D surfaces with interactive rotating."
6+
maintainer: ["Vu Ngoc San <[email protected]>"]
7+
authors: ["Vu Ngoc San <[email protected]>"]
8+
license: "ISC"
9+
tags: ["plot" "2D" "3D" "math"]
10+
homepage: "https://github.com/sanette/oplot"
11+
bug-reports: "https://github.com/sanette/oplot/issues"
12+
depends: [
13+
"dune" {>= "2.7"}
14+
"tsdl-image" {>= "0.3.0"}
15+
"tsdl-ttf" {>= "0.3"}
16+
"tsdl" {>= "0.9.6"}
17+
"lablgl" {>= "1.06"}
18+
"ocaml" {>= "4.05.0"}
19+
"odoc" {with-doc}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/sanette/oplot.git"
36+
url {
37+
src: "https://github.com/sanette/oplot/archive/0.7.tar.gz"
38+
checksum: [
39+
"md5=1d71d13a75e9a5fe3ddc23d2c901066c"
40+
"sha512=42215d462ad0c14ee85215bb457833227d880e212a4bbdc7fee7314dc1ca6f44e606a915ec1cc1c5eaebbfdbf99b0af3618d763f8b327ab1c82b6ea7d27be2f9"
41+
]
42+
}

0 commit comments

Comments
 (0)