Skip to content

Commit

Permalink
Rename coq-bits repo to bits
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Feb 3, 2020
1 parent ef0256b commit f421c75
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ matrix:
- PACKAGE=coq-bits.dev
- NJOBS=2
<<: *OPAM

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Coq Bits
# Bits

[![Travis][travis-shield]][travis-link]
[![Contributing][contributing-shield]][contributing-link]
[![Code of Conduct][conduct-shield]][conduct-link]
[![Gitter][gitter-shield]][gitter-link]
[![DOI][doi-shield]][doi-link]

[travis-shield]: https://travis-ci.com/coq-community/coq-bits.svg?branch=master
[travis-link]: https://travis-ci.com/coq-community/coq-bits/builds
[travis-shield]: https://travis-ci.com/coq-community/bits.svg?branch=master
[travis-link]: https://travis-ci.com/coq-community/bits/builds

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
Expand All @@ -28,9 +28,9 @@ axiomatization and extraction to OCaml native integers
## Meta

- Author(s):
- Andrew Kennedy <akenn@microsoft.com> (initial)
- Arthur Blot <arthur.blot@ens-lyon.fr> (initial)
- Pierre-Évariste Dagand <pierre-evariste.dagand@lip6.fr> (initial)
- Andrew Kennedy (initial)
- Arthur Blot (initial)
- Pierre-Évariste Dagand (initial)
- Coq-community maintainer(s):
- Anton Trunov ([**@anton-trunov**](https://github.com/anton-trunov))
- License: [Apache License 2.0](LICENSE)
Expand All @@ -45,7 +45,7 @@ axiomatization and extraction to OCaml native integers

## Building and installation instructions

The easiest way to install the latest released version of Coq Bits
The easiest way to install the latest released version of Bits
is via [OPAM](https://opam.ocaml.org/doc/Install.html):

```shell
Expand All @@ -56,8 +56,8 @@ opam install coq-bits
To instead build and install manually, do:

``` shell
git clone https://github.com/coq-community/coq-bits
cd coq-bits
git clone https://github.com/coq-community/bits
cd bits
make # or make -j <number-of-cores-on-your-machine>
make install
```
Expand Down
6 changes: 3 additions & 3 deletions coq-bits.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ opam-version: "2.0"
maintainer: "anton.a.trunov@gmail.com"
version: "dev"

homepage: "https://github.com/coq-community/coq-bits"
dev-repo: "git+https://github.com/coq-community/coq-bits.git"
bug-reports: "https://github.com/coq-community/coq-bits/issues"
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"
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with coqPackages;

pkgs.stdenv.mkDerivation {

name = "coq-bits";
name = "bits";

propagatedBuildInputs = [
coq
Expand Down
6 changes: 2 additions & 4 deletions meta.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
fullname: Coq Bits
shortname: coq-bits
fullname: Bits
shortname: bits
organization: coq-community
community: true
travis: true
Expand Down Expand Up @@ -37,8 +37,6 @@ maintainers:
- name: Anton Trunov
nickname: anton-trunov

opam-name: coq-bits

opam-file-maintainer: anton.a.trunov@gmail.com

opam-file-version: dev
Expand Down

0 comments on commit f421c75

Please sign in to comment.