this repo has no description
1opam-version: "2.0" 2synopsis: "Types and functions for building CAD packages in OCaml" 3description: "Types and functions for building CAD packages in OCaml" 4maintainer: ["Geoff deRosenroll<geoffderosenroll@gmail.com"] 5authors: ["Geoff deRosenroll<geoffderosenroll@gmail.com"] 6license: "GPL-2.0-or-later" 7tags: ["OCADml" "CAD"] 8homepage: "https://github.com/OCADml/OCADml" 9doc: "https://OCADml.github.io/OCADml" 10bug-reports: "https://github.com/OCADml/OCADml/issues" 11depends: [ 12 "dune" {>= "3.3"} 13 "ocaml" {>= "4.13.0"} 14 "cairo2" {>= "0.6.2"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/OCADml/OCADml.git" 32url { 33 src: 34 "https://github.com/OCADml/OCADml/releases/download/v0.2.0/OCADml-0.2.0.tbz" 35 checksum: [ 36 "sha256=f343bf7fcbeccd4dfb748f045a56a8edaa7e30157cf3a10b04c121c351c55873" 37 "sha512=079b5c5af8a1fc811d1cd13144f7aedc40509bd86929495e03f1de355f2a9b22e4313daa668e6c361848742ef9dcf7e144897fe6ae98f0c095c1eaec77ffd243" 38 ] 39} 40x-commit-hash: "3164efdc42799b2c5c4d12b662514947c1d3dfc6"