https://gitlab.com/nomadic-labs/mi-cho-coq
Revision e2e399cdcb2fbd0ca3dc55e588b85a5d9b069e4c authored by Raphael Cauderlier on 03 April 2019, 14:03:44 UTC, committed by Raphael Cauderlier on 03 April 2019, 14:03:44 UTC
The CI script does the following:

- lint the `configure` shell scripts using `shellcheck`
- lint the file `README.org` using `org-lint`
- compile the project with Coq v8.8 and Coq v8.9.
1 parent baa2a13
Raw File
Tip revision: e2e399cdcb2fbd0ca3dc55e588b85a5d9b069e4c authored by Raphael Cauderlier on 03 April 2019, 14:03:44 UTC
[CI] Continuous integration
Tip revision: e2e399c
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