opam-version: "2.0"
maintainer: "Spiros Eliopoulos <seliopou@gmail.com>"
build: [
  ["./configure" "--%{pa_ounit:enable}%-tests"]
  [make]
]
remove: [
  ["ocamlfind" "remove" "netkat"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind"
  "core" {< "v0.15"}
  "async" {< "v0.15"}
  "fieldslib" {< "113.01.00"}
  "cmdliner" {>= "0.9.5"}
  "cstruct" {>= "1.0.1"}
  "sexplib" {< "113.01.00"}
  "ulex" {>= "1.1"}
  "ipaddr" {>= "2.5.0"}
  "yojson" {>= "1.2.0"}
  "quickcheck"
  "ounit" {with-test}
  "pa_ounit" {with-test}
  "packet" {>= "0.4.0"}
  "openflow" {>= "0.8.0"}
  "topology" {>= "0.4.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/frenetic-lang/frenetic"
install: [make "install"]
synopsis: "The Frenetic SDN Controller Platform"
flags: light-uninstall
url {
  src: "https://github.com/frenetic-lang/frenetic/archive/v3.2.0.tar.gz"
  checksum: "md5=55332691463978b62742497808c8d1e1"
}
