-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Preparing coq-htt v2.1.0 for release * preparing coq-htt v2.1.0 for release * Preparing coq-htt v2.1.0 for release * preparing coq-htt v2.1.0 for release * preparing coq-htt v2.1.0 for release
- Loading branch information
1 parent
8ff85ab
commit b6c4102
Showing
8 changed files
with
40 additions
and
14 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
version: "2.0.1" | ||
version: "2.1.0" | ||
|
||
homepage: "https://github.com/imdea-software/htt" | ||
dev-repo: "git+https://github.com/imdea-software/htt.git" | ||
|
@@ -31,14 +31,15 @@ variables). The connection reconciles dependent types with effects of state and | |
establishes Separation logic as a type theory for such effects. In implementation terms, it means | ||
that HTT implements Separation logic as a shallow embedding in Coq.""" | ||
|
||
build: ["dune" "build" "-p" name "-j" jobs] | ||
build: [make "-C" "htt" "-j%{jobs}%"] | ||
install: [make "-C" "htt" "install"] | ||
depends: [ | ||
"dune" {>= "3.6"} | ||
"coq" { (>= "8.19" & < "8.21~") | (= "dev") } | ||
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") } | ||
"coq-mathcomp-algebra" | ||
"coq-mathcomp-fingroup" | ||
"coq-fcsl-pcm" { (>= "2.0.0" & < "2.1~") | (= "dev") } | ||
"coq-fcsl-pcm" { (>= "2.1.0" & < "2.2~") | (= "dev") } | ||
] | ||
|
||
tags: [ | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
version: "2.0.1" | ||
version: "2.1.0" | ||
|
||
homepage: "https://github.com/imdea-software/htt" | ||
dev-repo: "git+https://github.com/imdea-software/htt.git" | ||
|
@@ -28,14 +28,15 @@ variables). The connection reconciles dependent types with effects of state and | |
establishes Separation logic as a type theory for such effects. In implementation terms, it means | ||
that HTT implements Separation logic as a shallow embedding in Coq.""" | ||
|
||
build: ["dune" "build" "-p" name "-j" jobs] | ||
build: [make "-C" "examples" "-j%{jobs}%"] | ||
install: [make "-C" "examples" "install"] | ||
depends: [ | ||
"dune" {>= "3.6"} | ||
"coq" { (>= "8.19" & < "8.21~") | (= "dev") } | ||
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") } | ||
"coq-mathcomp-algebra" | ||
"coq-mathcomp-fingroup" | ||
"coq-fcsl-pcm" { (>= "2.0.0" & < "2.1~") | (= "dev") } | ||
"coq-fcsl-pcm" { (>= "2.1.0" & < "2.2~") | (= "dev") } | ||
"coq-htt-core" {= version} | ||
] | ||
|
||
|
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
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
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
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 |
---|---|---|
|
@@ -72,7 +72,7 @@ maintainers: | |
|
||
opam-file-maintainer: [email protected] | ||
|
||
opam-file-version: 2.0.1 | ||
opam-file-version: 2.1.0 | ||
|
||
license: | ||
fullname: Apache-2.0 | ||
|
@@ -88,8 +88,8 @@ tested_coq_opam_versions: | |
repo: 'mathcomp/mathcomp' | ||
- version: '2.3.0-coq-8.20' | ||
repo: 'mathcomp/mathcomp' | ||
- version: 'latest-coq-dev' | ||
repo: 'mathcomp/mathcomp' | ||
- version: 'coq-dev' | ||
repo: 'mathcomp/mathcomp-dev' | ||
|
||
dependencies: | ||
- opam: | ||
|
@@ -107,9 +107,9 @@ dependencies: | |
[MathComp fingroup](https://math-comp.github.io) | ||
- opam: | ||
name: coq-fcsl-pcm | ||
version: '{ (>= "2.0.0" & < "2.1~") | (= "dev") }' | ||
version: '{ (>= "2.1.0" & < "2.2~") | (= "dev") }' | ||
description: |- | ||
[FCSL-PCM 2.0](https://github.com/imdea-software/fcsl-pcm) | ||
[FCSL-PCM 2.1](https://github.com/imdea-software/fcsl-pcm) | ||
namespace: htt | ||
|
||
|