https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: ab8c8562e07d7b2af76c041b52e14728a9cc5581 authored by Arvid Jakobsson on 23 October 2019, 08:52:16 UTC
Make sure that make clean removes files generated by extraction
Tip revision: ab8c856
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 "-j%{jobs}%"]
]
install: [
  make "install"
]
depends: [
  "coq" {>= "8.8"}
  "coq-ott"
  "ott"
  "menhir"
  "coq-menhirlib" {>= "20190626"}
  "zarith"
  "ocaml" {>= "4.07.1"}
]

tags: [
  "category:Programming Languages/Formal Definitions and Theory"
  "keyword:cryptocurrency"
  "keyword:michelson"
  "keyword:semantics"
  "keyword:smart-contract"
  "keyword:tezos"
  "logpath:Michocoq"
  "logpath:Michocott"
]
back to top