https://gitlab.com/nomadic-labs/mi-cho-coq
Revision 38f7ba5e5a52a7ab9998135c61fbd7543471a0d6 authored by Raphaël Cauderlier on 20 May 2019, 15:40:27 UTC, committed by Raphaël Cauderlier on 20 May 2019, 15:40:27 UTC
1 parent 7adba0e
Raw File
Tip revision: 38f7ba5e5a52a7ab9998135c61fbd7543471a0d6 authored by Raphaël Cauderlier on 20 May 2019, 15:40:27 UTC
[Doc] Add missing tezos logo
Tip revision: 38f7ba5
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