this repo has no description

[new release] OCADml (0.4.1)

CHANGES:

- fix `V2.mirror` (xy were inverted) and clarify mirror doc comments
- preserve path/poly winding when mirrored

Changed files
+43
packages
OCADml
OCADml.0.4.1
+43
packages/OCADml/OCADml.0.4.1/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" {>= "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.4.1/OCADml-0.4.1.tbz"
+
checksum: [
+
"sha256=d12ea5331bb8b0b25ca3f7e422549897d19b02d27a8d4dc0e73e610ed39004de"
+
"sha512=316783fd40d16d0a40e747d93834dcf62cdfc71ab8081fbc874ddf8e6c4e807134ac3cb7e145b21845490f9238d8e431d007cc7fbe2e6f0414a0976db6d82c04"
+
]
+
}
+
x-commit-hash: "a41535c9f7a3ca1daff7f7a06896052edaac93ca"