this repo has no description
1opam-version: "2.0" 2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 3authors: [ "Christophe Troestler <Christophe.Troestler@umons.ac.be>" ] 4license: "GPL-3.0-or-later" 5homepage: "https://github.com/Chris00/ocaml-curve-sampling" 6dev-repo: "git+https://github.com/Chris00/ocaml-curve-sampling.git" 7bug-reports: "https://github.com/Chris00/ocaml-curve-sampling/issues" 8doc: "https://Chris00.github.io/ocaml-curve-sampling/doc" 9build: [ 10 ["dune" "subst"] {dev} 11 ["dune" "build" "-p" name "-j" jobs] 12# ["dune" "runtest" "-p" name "-j" jobs] {with-test & os = "linux"} 13] 14depends: [ 15 "ocaml" {>= "4.02.3"} 16 "gg" 17 "dune" {>= "1.3"} 18 "cppo" {build | with-test} 19# "conf-gnuplot" {with-test & os = "linux"} 20# "gsl" {with-test & os = "linux"} 21] 22synopsis: "Sampling of parametric and implicit curves" 23description: """ 24Adaptive sampling of parametric and implicit curves (the latter is WIP).""" 25url { 26 src: 27 "https://github.com/Chris00/ocaml-curve-sampling/releases/download/0.1/curve-sampling-0.1.tbz" 28 checksum: [ 29 "sha256=cf578323830a28cc392b8dbd1d424147b8c8f1bf395cd7ac83a7da28ff17ee36" 30 "md5=b43f0634a5b8e8deaeb0ee90440562ea" 31 ] 32}