opam-version: "2.0"
maintainer: "seliopou@gmail.com"
build: [
  ["ocaml" "setup.ml" "-configure"]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "ox"]]
depends: [
  "ocaml"
  "ocamlfind"
  "core" {< "v0.15"}
  "async" {< "v0.15"}
  "packet" {>= "0.2.1"}
  "openflow" {>= "0.5.0" & < "0.8.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/frenetic-lang/ox"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "A platform for writing OpenFlow controllers"
flags: light-uninstall
url {
  src: "https://github.com/frenetic-lang/ox/archive/v1.1.1.tar.gz"
  checksum: "md5=65818239705a9434cbf8db82fee90a22"
}
