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" {with-test} 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.3.tar.gz" 39 checksum: [ 40 "md5=bd2f94545702df51675a16748d72f055" 41 "sha512=f6d22acda89c5392b4bf9fae972a18bc19e4a7a4777b1a9eb6d4453ef195e7e01bd330806b348382a2da84c305a2e7fb68b4434c67a7fda3fa8a367b1244b76b" 42 ] 43}