this repo has no description

Merge pull request #23691 from geoffder/release-OCADml-v0.5.0

[new release] OCADml (0.5.0)

Kate dc8c9b71 c4a9c08f

Changed files
+46
packages
OCADml
OCADml.0.5.0
+46
packages/OCADml/OCADml.0.5.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Types and functions for building CAD packages in OCaml"
+
description: "Types and functions for building CAD packages in OCaml"
+
maintainer: ["Geoff deRosenroll<geoffderosenroll@gmail.com"]
+
authors: ["Geoff deRosenroll<geoffderosenroll@gmail.com"]
+
license: "GPL-2.0-or-later"
+
tags: ["OCADml" "CAD"]
+
homepage: "https://github.com/OCADml/OCADml"
+
doc: "https://OCADml.github.io/OCADml"
+
bug-reports: "https://github.com/OCADml/OCADml/issues"
+
depends: [
+
"ocaml" {>= "4.14.0"}
+
"dune" {>= "3.3"}
+
"gg" {>= "1.0.0"}
+
"odoc" {with-doc}
+
]
+
depopts: [
+
"cairo2"
+
]
+
conflicts: [
+
"cairo2" {< "0.6.2"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/OCADml/OCADml.git"
+
url {
+
src:
+
"https://github.com/OCADml/OCADml/releases/download/v0.5.0/OCADml-0.5.0.tbz"
+
checksum: [
+
"sha256=fc0b0a0ff598ff06550dfe0a93b279dc2df018914cc7883872d676d7da4dc14c"
+
"sha512=e02d943fbed9334730223ea12447b2495812db0bab20302516891d24c088fa8c4a60c366d0e083f4e675a25b394d101d115d3595e05284298d5803acc92351cf"
+
]
+
}
+
x-commit-hash: "aa6a869c3d48049057436a23feb45b36edcbf5c2"