https://gitlab.com/nomadic-labs/mi-cho-coq
Revision f1fbadfb829c6c12b3eb687ee64e67f0733a7e71 authored by Raphaël Cauderlier on 14 October 2019, 12:32:22 UTC, committed by Raphaël Cauderlier on 14 October 2019, 12:32:22 UTC
1 parent 46ffce5
Raw File
Tip revision: f1fbadfb829c6c12b3eb687ee64e67f0733a7e71 authored by Raphaël Cauderlier on 14 October 2019, 12:32:22 UTC
[Doc] Add slides for the Ledger - Tezos Meetup
Tip revision: f1fbadf
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"
]

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