-
Notifications
You must be signed in to change notification settings - Fork 1
/
coq-concert.opam
36 lines (35 loc) · 1.4 KB
/
coq-concert.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
opam-version: "2.0"
name: "coq-concert"
version: "988b37a"
synopsis: "A framework for smart contract verification in Coq"
description: """
A framework for smart contract verification in Coq
"""
maintainer: "Danil Annenkov <[email protected]>"
authors: "The COBRA team"
license: "MIT License"
dev-repo: "git+https://github.com/AU-COBRA/ConCert.git#988b37a831c8b57852dc1e1bae4f9ebf53b21f86"
depends: [
"ocaml" {>= "4.07.1"}
"coq" {>= "8.11" & < "8.12~"}
"coq-bignums" {= "8.11.0"}
"coq-quickchick" {= "1.3.2"}
"coq-metacoq-template" {pinned}
"coq-metacoq-pcuic" {pinned}
"coq-metacoq-safechecker" {pinned}
"coq-metacoq-erasure" {pinned}
"coq-metacoq-translations" {pinned}
"coq-equations" {= "1.2.3+8.11"}
"coq-stdpp" {= "1.5.0"}
]
pin-depends : [
["coq-metacoq-template.pinned" "git+https://github.com/MetaCoq/metacoq.git#75f0cb9b8494cd0a856b77a664c662a59ddde447"]
["coq-metacoq-pcuic.pinned" "git+https://github.com/MetaCoq/metacoq.git#75f0cb9b8494cd0a856b77a664c662a59ddde447"]
["coq-metacoq-safechecker.pinned" "git+https://github.com/MetaCoq/metacoq.git#75f0cb9b8494cd0a856b77a664c662a59ddde447"]
["coq-metacoq-erasure.pinned" "git+https://github.com/MetaCoq/metacoq.git#75f0cb9b8494cd0a856b77a664c662a59ddde447"]
["coq-metacoq-translations.pinned" "git+https://github.com/MetaCoq/metacoq.git#75f0cb9b8494cd0a856b77a664c662a59ddde447"]
]
build: [
[make]
]
install: [make "install"]