Skip to content

Commit

Permalink
Move description to new file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Feser committed Jan 10, 2019
1 parent 1ab8c8d commit 59d72ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions cmph.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
OCaml wrapper for the C Minimal Perfect Hashing library

ocaml-cmph is a wrapper library for the C Minimal Perfect Hashing (CMPH)
library. CMPH contains algorithms for generating perfect hashes. ocaml-cmph
exposes a high level interface to these hash generators.
8 changes: 0 additions & 8 deletions cmph.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,3 @@ depends: [
"stdio" {>= "v0.11" & < "v0.12"}
"ppx_sexp_conv" {>= "v0.11" & < "v0.12"}
]

synopsis: "OCaml wrapper for the C Minimal Perfect Hashing library"
description: """
`ocaml-cmph` is a wrapper library for the [C Minimal Perfect
Hashing](http://cmph.sourceforge.net/) library. CMPH contains algorithms for
generating perfect hashes. `ocaml-cmph` exposes a high level interface to these
hash generators.
"""

0 comments on commit 59d72ee

Please sign in to comment.