Skip to content

Commit

Permalink
templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksnanevski committed Sep 30, 2024
1 parent 9068807 commit 965f06b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file was generated from `meta.yml`, please do not edit manually.
; This file was generated from `meta.yml`, please do not edit manually.

name: Docker CI

on:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ that HTT implements Separation logic as a shallow embedding in Coq.
- Additional dependencies:
- [MathComp ssreflect 2.2](https://math-comp.github.io)
- [MathComp algebra](https://math-comp.github.io)
- [MathComp fingroup](https://math-comp.github.io)
- [FCSL-PCM 2.0](https://github.com/imdea-software/fcsl-pcm)
- [Dune](https://dune.build) 2.5 or later
- Coq namespace: `htt`
Expand Down
1 change: 1 addition & 0 deletions coq-htt-core.opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ depends: [
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.3~") | (= "dev") }
"coq-mathcomp-algebra"
"coq-mathcomp-fingroup"
"coq-fcsl-pcm" { (>= "2.0.0" & < "2.1~") | (= "dev") }
]

Expand Down
2 changes: 2 additions & 0 deletions coq-htt.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file was generated from `meta.yml`, please do not edit manually.

opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
Expand Down Expand Up @@ -35,6 +36,7 @@ depends: [
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.3~") | (= "dev") }
"coq-mathcomp-algebra"
"coq-mathcomp-fingroup"
"coq-fcsl-pcm" { (>= "2.0.0" & < "2.1~") | (= "dev") }
]

Expand Down
4 changes: 4 additions & 0 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ dependencies:
name: coq-mathcomp-algebra
description: |-
[MathComp algebra](https://math-comp.github.io)
- opam:
name: coq-mathcomp-fingroup
description: |-
[MathComp fingroup](https://math-comp.github.io)
- opam:
name: coq-fcsl-pcm
version: '{ (>= "2.0.0" & < "2.1~") | (= "dev") }'
Expand Down
2 changes: 1 addition & 1 deletion templates-extra/coq-htt.opam.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; This file was generated from `meta.yml`, please do not edit manually.
# This file was generated from `meta.yml`, please do not edit manually.

opam-version: "2.0"
maintainer: "{{& opam-file-maintainer }}{{^ opam-file-maintainer }}[email protected]{{/ opam-file-maintainer }}"
Expand Down
2 changes: 1 addition & 1 deletion templates-extra/docker-action.yml.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; This file was generated from `meta.yml`, please do not edit manually.
# This file was generated from `meta.yml`, please do not edit manually.

name: Docker CI

Expand Down

0 comments on commit 965f06b

Please sign in to comment.