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.08.0"} 14 "base-unix" 15 "conf-gnuplot" 16 "odoc" {with-doc} 17] 18x-ci-accept-failures: [ 19 "centos-7" # gnuplot too old 20 "oraclelinux-7" # gnuplot too old 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/igarnier/prbnmcn-gnuplot" 37url { 38 src: "https://github.com/igarnier/prbnmcn-gnuplot/archive/0.0.2.tar.gz" 39 checksum: [ 40 "md5=813665e1462ddd4bb538104e41a89d31" 41 "sha512=10a597bfbc89b1fe14f8e7005fd90a27871f58fba2bd1c2ef1c45d6bf8a5a3d7aeeaf1ea39e8409d6b7705987e0e017483a8cb61152c34cb705aad4f4578671f" 42 ] 43}