this repo has no description
1opam-version: "2.0"
2maintainer: "seb@mondet.org"
3homepage: "http://seb.mondet.org/software/sosa/index.html"
4bug-reports: "https://github.com/hammerlab/sosa/issues"
5dev-repo: "git+https://github.com/hammerlab/sosa.git"
6authors: [
7 "Sebastien Mondet <seb@mondet.org>"
8 "Leonid Rozenberg <leonidr@gmail.com>"
9 "Isaac Hodes <isaachodes@gmail.com>"
10 "Jeff Hammerbacher <jeff.hammerbacher@gmail.com>"
11]
12
13install: [
14 [ make "build" ]
15 [ make "install" ]
16]
17remove: [
18 [ make "uninstall"]
19]
20depends: [
21 "ocaml" {>= "4.02.0" & < "5.0.0"}
22 "ocamlfind" {build}
23 "ocamlbuild" {build}
24]
25synopsis: "Sane OCaml String API"
26description: """
27The Sosa library is a set of APIs (module types) that define what a
28string of characters should be, and a set of modules and functors that
29implement them."""
30url {
31 src: "https://github.com/smondet/sosa/archive/sosa.0.2.0.tar.gz"
32 checksum: [
33 "sha256=3cf391ba270f23b15795156f7dd36255288f277b24675f9ea5deaf1228a5aa8e"
34 "md5=4b06e4f376d6b24a3c9fc2eaeb0134f5"
35 ]
36}