opam-version: "2.0"
maintainer: "seb@mondet.org"
homepage: "http://seb.mondet.org/software/sosa/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>"
]

build: [make "build"]
remove:
    [
    [ make "uninstall"]
    ]
depends: [
  "ocaml" {>= "4.00.0" & < "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
install: [make "install"]
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/smondet/sosa/archive/sosa.0.1.0.tar.gz"
  checksum: "md5=bedefd9c3fb5dd0f17aa269146dda2c2"
}
