this repo has no description

Package cfml.20220102

Changed files
+28
packages
cfml
cfml.20220102
+28
packages/cfml/cfml.20220102/opam
···
···
+
+
opam-version: "2.0"
+
license: "CC-BY-4.0"
+
maintainer: "arthur.chargueraud@inria.fr"
+
authors: [
+
"Arthur Charguéraud <arthur.chargueraud@inria.fr>"
+
]
+
homepage: "https://gitlab.inria.fr/charguer/cfml2"
+
dev-repo: "git+https://gitlab.inria.fr/charguer/cfml2.git"
+
bug-reports: "https://gitlab.inria.fr/charguer/cfml2/-/issues"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" { >= "2.0.0"}
+
"menhir" { >= "20201216" }
+
"pprint" { >= "20200410" }
+
]
+
synopsis: "The CFML program verification tool"
+
url {
+
src:
+
"https://gitlab.inria.fr/charguer/cfml2/-/archive/20220102/archive.tar.gz"
+
checksum: [
+
"md5=c700eda608565dade2188990adb04168"
+
"sha512=331a39d2e2fac01d6948aa5b798f26491e80493cf83ac507eee2100d5d5b23cde84d1a0f852304251f8a1a633b340eef37e04538292b71ec44488c9293e2a15e"
+
]
+
}