this repo has no description

Merge pull request #20978 from igarnier/opam-publish-prbnmcn-gnuplot.0.0.2

Package prbnmcn-gnuplot.0.0.2

Kate afc5bb0f 6618d3f7

Changed files
+43
packages
prbnmcn-gnuplot
prbnmcn-gnuplot.0.0.2
+43
packages/prbnmcn-gnuplot/prbnmcn-gnuplot.0.0.2/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"
+
"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/0.0.2.tar.gz"
+
checksum: [
+
"md5=813665e1462ddd4bb538104e41a89d31"
+
"sha512=10a597bfbc89b1fe14f8e7005fd90a27871f58fba2bd1c2ef1c45d6bf8a5a3d7aeeaf1ea39e8409d6b7705987e0e017483a8cb61152c34cb705aad4f4578671f"
+
]
+
}