-
Notifications
You must be signed in to change notification settings - Fork 7
/
coq-bits.opam
39 lines (34 loc) · 1.14 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
39
# 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: "[email protected]"
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: [
"ocaml" {(>= "4.05" & < "4.13~")}
"coq" {(>= "8.10" & < "8.15~") | (= "dev")}
"ocamlbuild"
"coq-mathcomp-algebra" {(>= "1.12" & < "1.14~") | (= "dev")}
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword:bit arithmetic"
"keyword:bitset"
"keyword:bit vector"
"keyword:extraction"
"logpath:Bits"
]
authors: [
"Andrew Kennedy <[email protected]>"
"Arthur Blot <[email protected]>"
"Pierre-Évariste Dagand <[email protected]>"
]