this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23138 from geoffder/release-OCADml-v0.3.0

[new release] OCADml (0.3.0)

authored by

Marcello Seri and committed by
GitHub
59a4d43c 5da8477f

+41
+41
packages/OCADml/OCADml.0.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Types and functions for building CAD packages in OCaml" 3 + description: "Types and functions for building CAD packages in OCaml" 4 + maintainer: ["Geoff deRosenroll<geoffderosenroll@gmail.com"] 5 + authors: ["Geoff deRosenroll<geoffderosenroll@gmail.com"] 6 + license: "GPL-2.0-or-later" 7 + tags: ["OCADml" "CAD"] 8 + homepage: "https://github.com/OCADml/OCADml" 9 + doc: "https://OCADml.github.io/OCADml" 10 + bug-reports: "https://github.com/OCADml/OCADml/issues" 11 + depends: [ 12 + "dune" {>= "3.3"} 13 + "ocaml" {>= "4.14.0"} 14 + "gg" {>= "1.0.0"} 15 + "cairo2" {>= "0.6.2"} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/OCADml/OCADml.git" 33 + url { 34 + src: 35 + "https://github.com/OCADml/OCADml/releases/download/v0.3.0/OCADml-0.3.0.tbz" 36 + checksum: [ 37 + "sha256=418f066c06a5abbae7e2751eef1f2bb707637f1cd7b4f7d6413678ac11a390bb" 38 + "sha512=078acd5672e116b18161f5549ec02cb7d1f4dc7f2411fa535e77e6070fe56a1c7bcbaca1e26b3fcaf352b0869f42e16fcda5ce2037e979f39c1e0609bb37d6de" 39 + ] 40 + } 41 + x-commit-hash: "4cb17c84e225bb873441b03ccb0ad196730d1ef3"