this repo has no description

[new release] OCADml (0.2.2)

CHANGES:

- fix correctness bug in `Path.noncollinear_triple`

Changed files
+40
packages
OCADml
OCADml.0.2.2
+40
packages/OCADml/OCADml.0.2.2/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: [
+
"dune" {>= "3.3"}
+
"ocaml" {>= "4.14.0"}
+
"cairo2" {>= "0.6.2"}
+
"odoc" {with-doc}
+
]
+
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.2.2/OCADml-0.2.2.tbz"
+
checksum: [
+
"sha256=8686713923981b97c6e080d6f51eda31672d5ea40494edfd90072a45b3efe287"
+
"sha512=f3d4aa044429ccbc53dc051a90638cd6df43f715f5a854e99c184ef14079b35f1947a7344a8e8dac3b63caef8329d0fa25bafde9f252b6e14678b458625f52d1"
+
]
+
}
+
x-commit-hash: "d5af0e5287566d81c9bfa7a62f6bc89aaf4f4360"