https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: 2b4e968b2ada06ba5f1d43705c1e38224c1f0b56 authored by Tom Jack on 20 June 2019, 16:39:23 UTC
Install Coq libraries
Tip revision: 2b4e968
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: [ make "install" ]
remove: [
  [ "./configure" ]
  [ make "-C" "src/michocoq" "uninstall" ]
  [ make "-C" "src/michocott" "uninstall" ]
]
depends: [ "coq" {>= "8.8"} "coq-ott" "ott" ]
back to top