-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoq-chip.opam
38 lines (33 loc) · 1.03 KB
/
coq-chip.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
35
36
37
38
# 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/palmskog/chip"
dev-repo: "git+https://github.com/palmskog/chip.git"
bug-reports: "https://github.com/palmskog/chip/issues"
license: "MIT"
synopsis: "Coq formalization of change impact analysis"
description: """
Coq specification and executable functions
for change impact analysis, as used in build systems
and tools for regression test selection."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.13"}
"coq-mathcomp-ssreflect" {>= "1.12.0"}
"coq-mathcomp-fingroup"
]
tags: [
"category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
"keyword:change impact analysis"
"keyword:graph theory"
"logpath:chip"
]
authors: [
"Cyril Cohen"
"Aleksandar Nanevski"
"Karl Palmskog"
"Laurent Théry"
]