opam-version: "2.0"
maintainer: "Arjun Guha <arjun@cs.umass.edu>"
build: [
  ["./configure" "--%{pa_ounit:enable}%-tests" "--prefix" prefix]
  [make]
]
remove: [
  ["ocamlfind" "remove" "netkat"]
]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind"
  "core" {< "v0.15"}
  "async" {< "v0.15"}
  "async_extended"
  "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"}
  "base64" {>= "2.0.0" & < "3.0.0"}
  "cohttp" {>= "0.10.0"}
  "quickcheck"
  "ounit" {with-test}
  "pa_ounit" {with-test}
  "packet" {>= "0.4.0"}
  "openflow" {>= "0.9.0" & <= "0.10.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.4.1.tar.gz"
  checksum: "md5=ee9cb92cc738670b3b26cd63c5aeeabc"
}
