this repo has no description

Merge pull request #22769 from sanette/opam-publish-oplot.0.7.0

Package oplot.0.7.0

Changed files
+42
packages
oplot
oplot.0.7.0
+42
packages/oplot/oplot.0.7.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Mathematical plotter library for ocaml"
+
description:
+
"High-quality plotting of 2D usual mathematical functions, including animations and LaTeX formulas. Supports also 3D surfaces with interactive rotating."
+
maintainer: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"]
+
authors: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"]
+
license: "ISC"
+
tags: ["plot" "2D" "3D" "math"]
+
homepage: "https://github.com/sanette/oplot"
+
bug-reports: "https://github.com/sanette/oplot/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"tsdl-image" {>= "0.3.0"}
+
"tsdl-ttf" {>= "0.3"}
+
"tsdl" {>= "0.9.6"}
+
"lablgl" {>= "1.06"}
+
"ocaml" {>= "4.05.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/sanette/oplot.git"
+
url {
+
src: "https://github.com/sanette/oplot/archive/0.7.tar.gz"
+
checksum: [
+
"md5=1d71d13a75e9a5fe3ddc23d2c901066c"
+
"sha512=42215d462ad0c14ee85215bb457833227d880e212a4bbdc7fee7314dc1ca6f44e606a915ec1cc1c5eaebbfdbf99b0af3618d763f8b327ab1c82b6ea7d27be2f9"
+
]
+
}