-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #379 from rtetley/coq-relation-algebra
New tag for coq-relation-algebra
- Loading branch information
Showing
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
.../opam-coq-archive/released/packages/coq-relation-algebra/coq-relation-algebra.1.7.10/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
opam-version: "2.0" | ||
synopsis: "Relation Algebra and KAT in Coq" | ||
name: "coq-relation-algebra" | ||
maintainer: "Damien Pous <[email protected]>" | ||
#TO SET BEFORE RELEASE | ||
version: "dev" | ||
homepage: "http://perso.ens-lyon.fr/damien.pous/ra/" | ||
dev-repo: "git+https://github.com/damien-pous/relation-algebra.git" | ||
bug-reports: "https://github.com/damien-pous/relation-algebra/issues" | ||
license: "LGPL-3.0-or-later" | ||
depends: [ | ||
"ocaml" | ||
#TO SET BEFORE RELEASE | ||
"coq" {>= "8.18"} | ||
# "coq" {>= "8.16" & < "8.17~"} | ||
#TO REMOVE BEFORE RELEASE (TO MAKE THEM OPTIONAL) | ||
"coq-mathcomp-ssreflect" | ||
"coq-aac-tactics" | ||
] | ||
#TO SET BEFORE RELEASE | ||
# depopts: [ "coq-mathcomp-ssreflect" "coq-aac-tactics" ] | ||
build: [ | ||
["sh" "-exc" "./configure --%{coq-mathcomp-ssreflect:enable}%-ssr --%{coq-aac-tactics:enable}%-aac"] | ||
[make "-j%{jobs}%"] | ||
] | ||
install: [make "install"] | ||
tags: [ | ||
"keyword:relation algebra" | ||
"keyword:kleene algebra with tests" | ||
"keyword:kat" | ||
"keyword:allegories" | ||
"keyword:residuated structures" | ||
"keyword:automata" | ||
"keyword:regular expressions" | ||
"keyword:matrices" | ||
"category:Mathematics/Algebra" | ||
"logpath:RelationAlgebra" ] | ||
authors: [ | ||
"Damien Pous <[email protected]>" | ||
"Christian Doczkal <[email protected]>" | ||
] | ||
|
||
url { | ||
src: "https://github.com/damien-pous/relation-algebra/archive/refs/tags/v1.7.10.tar.gz" | ||
checksum: "sha512=9dd7601db9f25753709d4708ab878782580a7d3a858c0188948a10ea51fcbceddee86e5c42e7ddba2a53f65fcb4ee379b33e9c0996cdcef32b7b419d62e6e04e" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters