-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the README more GitHub friendly.
- Loading branch information
Showing
2 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
ocaml-debian-formats - Parse debian files | ||
========================================= | ||
|
||
[![Travis status][travis-img]][travis] | ||
|
||
This library allows to parse various files used in Debian packaging: | ||
* changelog files | ||
* source and binary control files | ||
* watch files | ||
|
||
[travis]: https://travis-ci.org/gildor478/ocaml-debian-formats | ||
[travis-img]: https://travis-ci.org/gildor478/ocaml-debian-formats.svg?branch=master | ||
[opam]: https://opam.ocaml.org | ||
|
||
Installation | ||
------------ | ||
|
||
The recommended way to install ocaml-debian-formats is via the [opam package manager][opam]: | ||
|
||
```sh | ||
$ opam install debian-formats | ||
``` | ||
|
||
Documentation | ||
------------- | ||
|
||
* API documentation is | ||
[available online](https://gildor478.github.io/ocaml-debian-formats). |
This file was deleted.
Oops, something went wrong.