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: ["ocaml" "please.ml" "build"]
remove:
    [
    ["ocaml" "please.ml" "uninstall"]
    ]
depends: [
  "ocaml" {>= "4.00.0" & < "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
install: ["ocaml" "please.ml" "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://bitbucket.org/smondet/sosa/get/sosa.0.0.1.tar.gz"
  checksum: "md5=17cc9a68992c35b2771d2d5d7f798302"
}
