this repo has no description

Package anders.0.12.1

5HT d2975fc5 922b0114

Changed files
+21
packages
anders
anders.0.12.1
+21
packages/anders/anders.0.12.1/opam
···
+
opam-version: "2.0"
+
synopsis: "CCHM homotopy system type checker with strict equality"
+
maintainer: "Namdak Tonpa <maxim@synrc.com>"
+
authors: ["Namdak Tonpa @5HT" "Siegmentation Fault @siegment"]
+
license: "ISC"
+
homepage: "https://groupoid.space/homotopy/"
+
bug-reports: "https://github.com/groupoid/anders/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"ocaml" {>= "4.10"}
+
"menhir" {>= "20200123"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://github.com/groupoid/anders"
+
url {
+
src: "https://github.com/groupoid/anders/archive/refs/tags/0.12.1.tar.gz"
+
checksum: [
+
"md5=10bc0c65d9aabab5ceeba6245bf1e0c3"
+
"sha512=6bbab7ff3efcf1de5b6423f7e5b153e76f37cf3bf8513383162a73b9377771f0520fe1f1fe4cf53652b3a60fe42cef9d6054fa4ae888edd65696accbd0bac124"
+
]
+
}