-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoq-archsem-common.opam
44 lines (44 loc) · 1.02 KB
/
coq-archsem-common.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"Common infrastructure and definition for the ArchSem project, includes CDestruct and a free monad library"
maintainer: ["Thibaut Pérami <[email protected]>"]
authors: [
"Thibaut Pérami"
"Zonguyan Liu"
"Nils Lauermann"
"Jean Pichon-Pharabod"
"Brian Campbell"
"Alasdair Armstrong"
"Ben Simner"
"Peter Sewell"
]
license: "BSD-2-Clause"
homepage: "https://github.com/rems-project/archsem"
bug-reports: "https://github.com/rems-project/archsem/issues"
depends: [
"dune" {>= "3.8"}
"coq" {>= "8.19.2"}
"coq-stdlib"
"coq-equations" {>= "1.3"}
"coq-record-update" {>= "0.3.4"}
"coq-hammer-tactics" {>= "1.3.2"}
"coq-stdpp" {= "1.10.0"}
"coq-stdpp-bitvector" {= "1.10.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/rems-project/archsem.git"