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"
11tags: ["OCADml" "CAD" "OpenSCAD"]
12homepage: "https://github.com/OCADml/OSCADml"
13doc: "https://ocadml.github.io/OSCADml"
14bug-reports: "https://github.com/OCADml/OSCADml/issues"
15depends: [
16 "dune" {>= "3.3"}
17 "ocaml" {>= "4.14.0"}
18 "gg" {>= "1.0.0"}
19 "cairo2" {>= "0.6.2"}
20 "OCADml" {>= "0.3.1" & < "0.4.0"}
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/OCADml/OSCADml.git"
38url {
39 src:
40 "https://github.com/OCADml/OSCADml/releases/download/v0.2.0/OSCADml-0.2.0.tbz"
41 checksum: [
42 "sha256=051ef28b6224a75f7374967934aa849adcc7497b35e657d55dd880d2d4e9f1d0"
43 "sha512=5cc4735ea4dce058c8eb43395ebb597a407541883370e32e9ea2981114f26a15b030e73c66e200b8dcce35a97140452967ff587d6ba30d6a0c455671f80104be"
44 ]
45}
46x-commit-hash: "7b00751b96ffb096f506b3344355f30fa7e2be51"