https://gitlab.com/nomadic-labs/mi-cho-coq
Revision 3e342150e3ad8d36df68578b1a95b999109e9ea1 authored by Raphaël Cauderlier on 08 July 2019, 16:55:10 UTC, committed by Raphaël Cauderlier on 08 July 2019, 16:55:10 UTC
1 parent 2c21e57
Raw File
Tip revision: 3e342150e3ad8d36df68578b1a95b999109e9ea1 authored by Raphaël Cauderlier on 08 July 2019, 16:55:10 UTC
Re-impose matching self-type with the contract parameter type.
Tip revision: 3e34215
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