Skip to content

Commit

Permalink
Merge pull request #1254 from arvidj/coq-albert-update-dependencies
Browse files Browse the repository at this point in the history
coq-albert: add dependencies on coq-list-string and coq-moment
  • Loading branch information
clarus authored May 4, 2020
2 parents 34b0351 + ca7528b commit 7518f23
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion extra-dev/packages/coq-albert/coq-albert.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@ build: [
[ make "test" {with-test} ]
]
install: [ make "install" ]
depends: [ "dune" "ott" "menhir" "coq" {>= "8.8.2"} "coq-ott" "coq-menhirlib" "coq-mi-cho-coq"]
depends: [
"dune"
"ott"
"menhir"
"coq" {>= "8.8.2"}
"coq-ott"
"coq-menhirlib"
"coq-mi-cho-coq"
"coq-list-string"
"coq-moment" {>= "1.2.0"}
]

description:"""
Albert is an intermediate smart contract programming language
Expand Down

0 comments on commit 7518f23

Please sign in to comment.