-
Notifications
You must be signed in to change notification settings - Fork 22
/
coq-coq-art.opam
34 lines (29 loc) · 1013 Bytes
/
coq-coq-art.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
version: "dev"
homepage: "https://github.com/coq-community/coq-art"
dev-repo: "git+https://github.com/coq-community/coq-art.git"
bug-reports: "https://github.com/coq-community/coq-art/issues"
license: "MIT"
synopsis: "Coq sources and exercises from the Coq'Art book"
description: """
Coq'Art is the familiar name for the first book on the Coq proof assistant
and its underlying theory, the Calculus of Inductive Constructions.
This project contains the Coq sources of all examples and the solution to 170
out of over 200 exercises from the book."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.16"}
]
tags: [
"category:Miscellaneous/Coq Use Examples"
"keyword:calculus of constructions"
"logpath:coqart"
]
authors: [
"Yves Bertot"
"Pierre Castéran"
]