this repo has no description
1opam-version: "2.0"
2synopsis: "A Coq plugin for the catt proof-assistant"
3description:
4 "A Coq plugin to interpret terms built in the catt proof assistant as functions computing on higher dimensional identity types"
5maintainer: ["Thibaut Benjamin <thibaut.benjamin@gmail.com>" "Chiara Sarti <cs2197@cam.ac.uk>"]
6authors: ["Thibaut Benjamin <thibaut.benjamin@gmail.com>" "Chiara Sarti <cs2197@cam.ac.uk>"]
7license: "MIT"
8tags: ["higher-categories" "dependent-type-theory"]
9homepage: "https://github.com/thibautbenjamin/catt"
10bug-reports: "https://github.com/thibautbenjamin/catt/issues"
11depends: [
12 "dune" {>= "3.16"}
13 "catt"
14 "coq" {>= "8.20" & < "9.0"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/thibautbenjamin/catt.git"
32url {
33 src:
34 "https://github.com/thibautbenjamin/catt/releases/download/1.0/catt-1.0.tbz"
35 checksum: [
36 "sha256=20a0b4aae3655274cb7336cb158699ceb1ee29909e50405d0ccb9d54d985baeb"
37 "sha512=1919da8eea60817a0907be4aa6f399a9e66fc8746d190ea805de8721a44f5f8a68b9c67626b7767e42a7cd0f061e00c16cd6c63570cbdedf15bc31f8b598f72b"
38 ]
39}
40x-commit-hash: "a3a3f3611f38b9fe295bcc6ca731b21e0a499cb3"