this repo has no description

Package prbnmcn-gnuplot.0.0.4

Changed files
+44
packages
prbnmcn-gnuplot
prbnmcn-gnuplot.0.0.4
+44
packages/prbnmcn-gnuplot/prbnmcn-gnuplot.0.0.4/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Declarative generation of gnuplot scripts"
+
description: "Declarative generation of gnuplot scripts"
+
maintainer: ["igarnier@protonmail.com"]
+
authors: ["Ilias Garnier"]
+
license: "MIT"
+
homepage: "http://github.com/igarnier/prbnmcn-gnuplot"
+
doc: "https://igarnier.github.io/prbnmcn-gnuplot"
+
bug-reports: "http://github.com/igarnier/prbnmcn-gnuplot"
+
depends: [
+
"dune" {>= "2.8"}
+
"ocaml" {>= "4.08.0"}
+
"base-unix"
+
"conf-gnuplot" {with-test}
+
"odoc" {with-doc}
+
]
+
x-ci-accept-failures: [
+
"centos-7" # gnuplot too old
+
"oraclelinux-7" # gnuplot too old
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/igarnier/prbnmcn-gnuplot"
+
url {
+
src:
+
"https://github.com/igarnier/prbnmcn-gnuplot/archive/refs/tags/0.0.4.tar.gz"
+
checksum: [
+
"md5=6ab6dbee143c172a717491f53fa9ed31"
+
"sha512=79ec19d9c25253832a91027942e85284b040331e09cad16cc0af58f5a8977a1d4c68432aa8b97d6cce5fa2bb5beff4e57dcd6352d90a430f9f112f99e7dd67c5"
+
]
+
}