https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: 04dbeb9c923843d68462e112a0c5ed6325cec29c authored by zhenlei on 09 July 2019, 14:55:14 UTC
clear spec,
Tip revision: 04dbeb9
mi-cho-coq.opam
opam-version: "2.0"
synopsis: "A specification of Michelson in Coq to prove properties about smart contracts in Tezos"
maintainer: "raphael.cauderlier@nomadic-labs.com"
authors: [ "Raphaƫl Cauderlier" "Bruno Bernardo" "Julien Tesson" "Arvid Jakobsson" ]

homepage: "https://gitlab.com/nomadic-labs/mi-cho-coq/"
dev-repo: "git+https://gitlab.com/nomadic-labs/mi-cho-coq/"
bug-reports: "https://gitlab.com/nomadic-labs/mi-cho-coq/issues"
license: "MIT"

build: [ [ "./configure" ] [ make ] ]
install: [ ]
remove: [ ]
depends: [ "coq" {>= "8.8"} "coq-ott" "ott" ]
back to top