opam-version: "2.0"
maintainer: "seb@mondet.org"
homepage: "http://www.hammerlab.org/docs/sosa/master/index.html"
bug-reports: "https://github.com/hammerlab/sosa/issues"
dev-repo: "git+https://github.com/hammerlab/sosa.git"
authors: [
  "Sebastien Mondet <seb@mondet.org>"
  "Leonid Rozenberg <leonidr@gmail.com>"
  "Isaac Hodes <isaachodes@gmail.com>"
  "Jeff Hammerbacher <jeff.hammerbacher@gmail.com>"
]
install: [ 
    [ make "build" ]
    [ make "install" ]
]
remove: [
    [ make "uninstall"]
]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis: "Sane OCaml String API"
description: """
The Sosa library is a set of APIs (module types) that define what a
string of characters should be, and a set of modules and functors that
implement them."""
url {
  src: "https://github.com/hammerlab/sosa/archive/sosa.0.3.0.tar.gz"
  checksum: "md5=5d21343b5960f014c182b20f028eb27f"
}
