Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reintroduce coq-bits as coq-community project #1146

Merged
merged 1 commit into from
Feb 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions released/packages/coq-bits/coq-bits.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
maintainer: "[email protected]"

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: "A bit vector library"
description: """
A formalization of bitset operations in Coq and the corresponding
axiomatization and extraction to OCaml native integers"""

build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml" {(>= "4.05" & < "4.10~")}
"coq" {(>= "8.7" & < "8.12~") | (= "dev")}
"coq-mathcomp-algebra" {(>= "1.7" & < "1.11~") | (= "dev")}
]

tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword:bit arithmetic"
"keyword:bitset"
"keyword:bit vector"
"keyword:extraction"
"logpath:Bits"
"date:2020-02-04"
]
authors: [
"Andrew Kennedy <[email protected]>"
"Arthur Blot <[email protected]>"
"Pierre-Évariste Dagand <[email protected]>"
]

url {
src: "https://github.com/coq-community/bits/archive/1.0.0.tar.gz"
checksum: "sha512=4eb9932c7dee8ae5edf8ba80f8706a813eb02c41d52653c3947e9b6566e87d765a1ca2c4c78118e924bfaf3930e24c9bc36c6168f4c3192f2bb4cd60fd2bf6b7"
}