this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml DSL for 3D solid modelling in OpenSCAD" 3description: 4 "OSCADml is an OCaml front-end to the OpenSCAD CAD programming language." 5maintainer: ["Geoff deRosenroll<geoffderosenroll@gmail.com"] 6authors: [ 7 "Geoff deRosenroll<geoffderosenroll@gmail.com" 8 "Masaki Nakano<namachan10777@gmail.com>" 9] 10license: "GPL-2.0-or-later" 11homepage: "https://github.com/OCADml/OSCADml" 12doc: "https://ocadml.github.io/OSCADml" 13bug-reports: "https://github.com/OCADml/OSCADml/issues" 14depends: [ 15 "dune" {>= "3.3"} 16 "ocaml" {>= "4.14.0"} 17 "cairo2" {>= "0.6.2"} 18 "OCADml" {>= "0.1.0" & < "0.3.0"} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/OCADml/OSCADml.git" 36url { 37 src: 38 "https://github.com/OCADml/OSCADml/releases/download/v0.1.1/OSCADml-0.1.1.tbz" 39 checksum: [ 40 "sha256=cdcd48d6dcbdb156df117ff9d8e66500bc63dace456d459bbe3adebb17349b48" 41 "sha512=c0ad5ad40c8376f59cdab2fb41af38ad8307b25fdb4a677368fd04551c246086df2cdf29826f495cb8e1b001e57a120b08d715881591dd260c46eaa30c4fa33f" 42 ] 43} 44x-commit-hash: "198b20df39959ad884dfe613db733f02fc8a47d3"