this repo has no description

Merge pull request #24166 from igarnier/opam-publish-prbnmcn-gnuplot.0.0.5

Package prbnmcn-gnuplot.0.0.5

Kate cc7acce8 2254f1d7

Changed files
+38
packages
prbnmcn-gnuplot
prbnmcn-gnuplot.0.0.5
+38
packages/prbnmcn-gnuplot/prbnmcn-gnuplot.0.0.5/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.13.0"}
+
"base-unix"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@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.5.tar.gz"
+
checksum: [
+
"md5=d54dd4d52a17133234c871e6d2534222"
+
"sha512=daadea7fbb2275784e37e3f1d9053cdcf783564e7979fff64ced22fdc12ece60f804f00753c3580458b0793d3afe44665501ca2c85ce6276018ba842346d71c9"
+
]
+
}