File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
packages/OSCADml/OSCADml.0.2.3 Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "OCaml DSL for 3D solid modelling in OpenSCAD"
3+ description:
4+ "OSCADml is an OCaml front-end to the OpenSCAD CAD programming language."
5+ maintainer: ["Geoff deRosenroll<
[email protected] "]
6+ authors: [
7+ "Geoff deRosenroll<
[email protected] "
8+ "Masaki Nakano<
[email protected] >"
9+ ]
10+ license: "GPL-2.0-or-later"
11+ tags: ["OCADml" "CAD" "OpenSCAD" "CSG"]
12+ homepage: "https://github.com/OCADml/OSCADml"
13+ doc: "https://ocadml.github.io/OSCADml"
14+ bug-reports: "https://github.com/OCADml/OSCADml/issues"
15+ depends: [
16+ "dune" {>= "3.6"}
17+ "ocaml" {>= "4.14.0"}
18+ "gg" {>= "1.0.0"}
19+ "cairo2" {>= "0.6.2"}
20+ "OCADml" {>= "0.6.0"}
21+ "odoc" {with-doc}
22+ ]
23+ build: [
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+ ]
37+ dev-repo: "git+https://github.com/OCADml/OSCADml.git"
38+ url {
39+ src:
40+ "https://github.com/OCADml/OSCADml/releases/download/v0.2.3/OSCADml-0.2.3.tbz"
41+ checksum: [
42+ "sha256=61bc12919734a42004f9f54bb03aa5403eac9cdd645cad1fb97ddd2eba148583"
43+ "sha512=9aca48afeb2c89ace6b07110b6aadedac7d877fb9b0d1990b0c0b622829ff45ced3841fdae30b5b869293dea1b3ae39f1b00fc767c8e3f69d7e78f6412801ffb"
44+ ]
45+ }
46+ x-commit-hash: "09c94542a47f3aff548ff3d6a87a1d364a7fb63c"
You can’t perform that action at this time.
0 commit comments