opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://github.com/pmundkur/sonet"
build: make
remove: [["ocamlfind" "remove" "sonet"]]
depends: [
  "ocaml" {>= "4.00.0" & < "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/pmundkur/sonet"
install: [make "install"]
synopsis: "Collection of modules for asynchronous network applications"
flags: light-uninstall
url {
  src: "https://github.com/pmundkur/sonet/archive/v0.1.1.tar.gz"
  checksum: "md5=c26d2f18a74d1a458f19ad3ba14badac"
}
