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.13.0"} 17 "cairo2" {>= "0.6.2"} 18 "OCADml" {<= "0.1.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.0/OSCADml-0.1.0.tbz" 39 checksum: [ 40 "sha256=46b6292757a8095a506f629da1588a3c853e3e18e580f5595b855de75058ac39" 41 "sha512=2e8ce81bb4656a7901a725414f7f60c66da497dfc4f5d3fb1c1bd1c33f803b7d35143055547046ba2264b61bb67587335409605c0cd7174305500be1f43b8c7e" 42 ] 43} 44x-commit-hash: "b55afe68e58c0bef3592e160d9b169861f0a8f70"