this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Declarative generation of gnuplot scripts" 4description: "Declarative generation of gnuplot scripts" 5maintainer: ["igarnier@protonmail.com"] 6authors: ["Ilias Garnier"] 7license: "MIT" 8homepage: "http://github.com/igarnier/prbnmcn-gnuplot" 9doc: "https://igarnier.github.io/prbnmcn-gnuplot" 10bug-reports: "http://github.com/igarnier/prbnmcn-gnuplot" 11depends: [ 12 "dune" {>= "2.8"} 13 "ocaml" {>= "4.13.0"} 14 "base-unix" 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/igarnier/prbnmcn-gnuplot" 31url { 32 src: 33 "https://github.com/igarnier/prbnmcn-gnuplot/archive/refs/tags/0.0.5.tar.gz" 34 checksum: [ 35 "md5=d54dd4d52a17133234c871e6d2534222" 36 "sha512=daadea7fbb2275784e37e3f1d9053cdcf783564e7979fff64ced22fdc12ece60f804f00753c3580458b0793d3afe44665501ca2c85ce6276018ba842346d71c9" 37 ] 38}