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.14.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.1/OCADml-0.2.1.tbz" 35 checksum: [ 36 "sha256=fbf52064d1823dea5249ad8232dd5b9e8b2f9db2202f08dfe16ccc240fc118cd" 37 "sha512=2575c0e4ba39cb1e06bd021fa82b00bf149be752134d269306009a9f754a05af558ddc5b59b464475818a6cbe7de274524a503cf7b4b154b9d73b51dad14fc7b" 38 ] 39} 40x-commit-hash: "df451ce1f10634dca1f77a3959350de94e8b37ff"