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>"] 4tags: ["science" "numerics"] 5license: "ISC" 6homepage: "https://github.com/Chris00/integration1d" 7dev-repo: "git+https://github.com/Chris00/integration1d.git" 8bug-reports: "https://github.com/Chris00/integration1d/issues" 9doc: "https://Chris00.github.io/integration1d/doc" 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14] 15depends: [ 16 "ocaml" {>= "4.03"} 17 "dune" 18 "cppo" {build} 19] 20synopsis: "Collection of 1D numerical integration routines" 21description: """ 22One dimensional integration routines modeled after QUADPACK.""" 23url { 24 src: 25 "https://github.com/Chris00/integration1d/releases/download/0.5.1/integration1d-0.5.1.tbz" 26 checksum: [ 27 "sha256=b92ca26c4d817f16b9f248d73ac4b1c9f6006baee3ab93bf83e3dea9f8abf70a" 28 "sha512=5ecd95cfa8b54f0b68c72d52cbab2a3aef8cf5ff5f139f89181f08ccb8d52f15baaf889682dd12eff157d979662dcd10adb7dce1a65e232b1ca086e6be4f1465" 29 ] 30}