opam-version: "2.0" maintainer: "Christophe Troestler " authors: [ "Christophe Troestler " ] license: "GPL-3.0-or-later" homepage: "https://github.com/Chris00/ocaml-curve-sampling" dev-repo: "git+https://github.com/Chris00/ocaml-curve-sampling.git" bug-reports: "https://github.com/Chris00/ocaml-curve-sampling/issues" doc: "https://Chris00.github.io/ocaml-curve-sampling/doc" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] # ["dune" "runtest" "-p" name "-j" jobs] {with-test & os = "linux"} ] depends: [ "ocaml" {>= "4.02.3"} "gg" "dune" {>= "1.3"} "cppo" {build | with-test} # "conf-gnuplot" {with-test & os = "linux"} # "gsl" {with-test & os = "linux"} ] synopsis: "Sampling of parametric and implicit curves" description: """ Adaptive sampling of parametric and implicit curves (the latter is WIP).""" url { src: "https://github.com/Chris00/ocaml-curve-sampling/releases/download/0.1/curve-sampling-0.1.tbz" checksum: [ "sha256=cf578323830a28cc392b8dbd1d424147b8c8f1bf395cd7ac83a7da28ff17ee36" "md5=b43f0634a5b8e8deaeb0ee90440562ea" ] }