|
| 1 | +opam-version: "2.0" |
| 2 | +maintainer: "Reynald Affeldt < [email protected]>" |
| 3 | + |
| 4 | +homepage: "https://github.com/affeldt-aist/monae" |
| 5 | +dev-repo: "git+https://github.com/affeldt-aist/monae.git" |
| 6 | +bug-reports: "https://github.com/affeldt-aist/monae/issues" |
| 7 | +license: "LGPL-2.1-or-later" |
| 8 | + |
| 9 | +synopsis: "Monads and equational reasoning in Coq" |
| 10 | +description: """ |
| 11 | +This Coq library contains a hierarchy of monads with their laws used |
| 12 | +in several examples of monadic equational reasoning.""" |
| 13 | + |
| 14 | +build: [make "-j%{jobs}%" ] |
| 15 | +install: [make "install_full"] |
| 16 | +depends: [ |
| 17 | + "coq" { (>= "8.19" & < "8.21~") | (= "dev") } |
| 18 | + "coq-mathcomp-ssreflect" { (>= "2.3.0") } |
| 19 | + "coq-mathcomp-fingroup" { (>= "2.3.0") } |
| 20 | + "coq-mathcomp-algebra" { (>= "2.3.0") } |
| 21 | + "coq-mathcomp-solvable" { (>= "2.3.0") } |
| 22 | + "coq-mathcomp-field" { (>= "2.3.0") } |
| 23 | + "coq-mathcomp-analysis" { (>= "1.9.0") } |
| 24 | + "coq-infotheo" { >= "0.9.1"} |
| 25 | + "coq-paramcoq" { >= "1.1.3" & < "1.2~" } |
| 26 | + "coq-hierarchy-builder" { >= "1.7.0" } |
| 27 | + "coq-equations" { >= "1.3" & < "1.4~" } |
| 28 | +] |
| 29 | + |
| 30 | +tags: [ |
| 31 | + "keyword:monae" |
| 32 | + "keyword:effects" |
| 33 | + "keyword:probability" |
| 34 | + "keyword:nondeterminism" |
| 35 | + "logpath:monae.theories" |
| 36 | + "logpath:monaeImpredicativeSet" |
| 37 | + "date: 2025-02-26" |
| 38 | +] |
| 39 | +authors: [ |
| 40 | + "Reynald Affeldt" |
| 41 | + "David Nowak" |
| 42 | + "Takafumi Saikawa" |
| 43 | + "Jacques Garrigue" |
| 44 | + "Ayumu Saito" |
| 45 | + "Celestine Sauvage" |
| 46 | + "Kazunari Tanaka" |
| 47 | +] |
| 48 | +url { |
| 49 | + src: "https://github.com/affeldt-aist/monae/archive/0.9.0.tar.gz" |
| 50 | + checksum: "sha512=aa7ac3fd5fec110cf17ec1f054ff23d3f7ccbbd82a29fece0d18000c2829fc84746580c3229c9aaa633ca9d0338824823826af2a34494774d2374999f6bcb19b" |
| 51 | +} |
0 commit comments