this repo has no description

Package matita.0.99.5

Changed files
+54
packages
matita
matita.0.99.5
+54
packages/matita/matita.0.99.5/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "An experimental, interactive theorem prover"
+
description:
+
"Matita (that means pencil in italian) is an experimental, interactive theorem prover under development at the Computer Science Department of the University of Bologna."
+
maintainer: ["Claudio Sacerdoti Coen"]
+
authors: [
+
"HELM Team (Andrea Asperti, Ferruccio Guidi, Luca Padovani, Claudio Sacerdoti Coen, Enrico Tassi, Stefano Zacchiroli et alt.)"
+
]
+
license: "GPL-2.0-or-later"
+
tags: ["interactive theorem proving" "calculus of constructions"]
+
homepage: "http://matita.cs.unibo.it"
+
doc: "http://matita.cs.unibo.it"
+
bug-reports: "mailto:claudio.sacerdoticoen@unibo.it"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.14.1" & < "5.0.0"}
+
"ocaml-expat" {>= "1.1.0"}
+
"pcre" {>= "7.5.0"}
+
"sedlex" {>= "3.0"}
+
"uutf" {>= "1.0.0"}
+
"uuseg" {>= "15.0.0"}
+
"camlzip" {>= "1.11"}
+
"lablgtk3-sourceview3" {>= "3.1.3"}
+
"cairo2" {>= "0.6.4"}
+
"dune-build-info"
+
"dune-site"
+
"camlp5" {>= "8.00.04"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/sacerdot/matita.git"
+
url {
+
src: "https://github.com/sacerdot/matita/archive/refs/tags/v0.99.5.tar.gz"
+
checksum: [
+
"md5=fd2535222ca0cb80d1eeebbb0109226e"
+
"sha512=8ef014ba47af7f6a3b055426ef0f64898904b121aaaba6fad94f787c04733ba4687c21fbfbe8674d75a92a33ce7a332a8e6e7bbd53a2e9ed204fc00e75e6dc84"
+
]
+
}