Skip to content

Commit

Permalink
coq-albert: add dependencies on coq-list-string and coq-moment
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidj committed May 4, 2020
1 parent 34b0351 commit ca7528b
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 ca7528b

Please sign in to comment.