this repo has no description

Use multiple authors + bug-reports changed

Changed files
+9 -2
packages
matita
matita.0.99.5
+9 -2
packages/matita/matita.0.99.5/opam
···
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
+
version: "0.99.5"
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.)"
+
"HELM Team"
+
"Andrea Asperti"
+
"Ferruccio Guidi"
+
"Luca Padovani"
+
"Claudio Sacerdoti Coen"
+
"Enrico Tassi"
+
"Stefano Zacchiroli"
]
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"
+
bug-reports: "https://github.com/sacerdot/matita/issues"
depends: [
"dune" {>= "3.6"}
"ocaml" {>= "4.14.1" & < "5.0.0"}