-
Notifications
You must be signed in to change notification settings - Fork 7
/
coq-bits.opam
38 lines (33 loc) · 1.05 KB
/
coq-bits.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: "anton.a.trunov@gmail.com"
version: "dev"
homepage: "https://github.com/coq-community/bits"
dev-repo: "git+https://github.com/coq-community/bits.git"
bug-reports: "https://github.com/coq-community/bits/issues"
license: "Apache-2.0"
synopsis: "Coq bit vector library"
description: """
A formalization of bitset operations in Coq with a corresponding
axiomatization and extraction to OCaml native integers."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.16"}
"ocamlbuild"
"coq-mathcomp-algebra" {>= "2.0"}
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword:bit arithmetic"
"keyword:bitset"
"keyword:bit vector"
"keyword:extraction"
"logpath:Bits"
]
authors: [
"Andrew Kennedy <akenn@microsoft.com>"
"Arthur Blot <arthur.blot@ens-lyon.fr>"
"Pierre-Évariste Dagand <pierre-evariste.dagand@lip6.fr>"
]