File tree 1 file changed +40
-0
lines changed
released/packages/coq-bits/coq-bits.1.0.0
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+
4
+ homepage: "https://github.com/coq-community/bits"
5
+ dev-repo: "git+https://github.com/coq-community/bits.git"
6
+ bug-reports: "https://github.com/coq-community/bits/issues"
7
+ license: "Apache-2.0"
8
+
9
+ synopsis: "A bit vector library"
10
+ description: """
11
+ A formalization of bitset operations in Coq and the corresponding
12
+ axiomatization and extraction to OCaml native integers"""
13
+
14
+ build: [make "-j%{jobs}%"]
15
+ install: [make "install"]
16
+ depends: [
17
+ "ocaml" {(>= "4.05" & < "4.10~")}
18
+ "coq" {(>= "8.7" & < "8.12~") | (= "dev")}
19
+ "coq-mathcomp-algebra" {(>= "1.7" & < "1.11~") | (= "dev")}
20
+ ]
21
+
22
+ tags: [
23
+ "category:Computer Science/Data Types and Data Structures"
24
+ "keyword:bit arithmetic"
25
+ "keyword:bitset"
26
+ "keyword:bit vector"
27
+ "keyword:extraction"
28
+ "logpath:Bits"
29
+ "date:2020-02-04"
30
+ ]
31
+ authors: [
32
+ "Andrew Kennedy <
[email protected] >"
33
+
34
+ "Pierre-Évariste Dagand <
[email protected] >"
35
+ ]
36
+
37
+ url {
38
+ src: "https://github.com/coq-community/bits/archive/1.0.0.tar.gz"
39
+ checksum: "sha512=4eb9932c7dee8ae5edf8ba80f8706a813eb02c41d52653c3947e9b6566e87d765a1ca2c4c78118e924bfaf3930e24c9bc36c6168f4c3192f2bb4cd60fd2bf6b7"
40
+ }
You can’t perform that action at this time.
0 commit comments