Skip to content

Commit

Permalink
Merge pull request #379 from rtetley/coq-relation-algebra
Browse files Browse the repository at this point in the history
New tag for coq-relation-algebra
  • Loading branch information
rtetley authored Oct 24, 2023
2 parents 17a7a56 + 9d069bc commit ed96e7d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
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"
}

2 changes: 1 addition & 1 deletion package_picks/package-pick-8.18+beta1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ then
# General mathematics (which requires one of the above tools)
# PACKAGES="${PACKAGES} coq-mathcomp-analysis.0.6.5" # requires coq-mathcomp-solvable < "1.18~"
PACKAGES="${PACKAGES} coq-mathcomp-algebra-tactics.1.2.1"
#PACKAGES="${PACKAGES} coq-relation-algebra.1.7.9" # does not build even after relaxing version constraints
PACKAGES="${PACKAGES} coq-relation-algebra.1.7.10"

# Formal languages, compilers and code verification
PACKAGES="${PACKAGES} coq-reglang.1.2.0"
Expand Down

0 comments on commit ed96e7d

Please sign in to comment.