opam-version: "2.0"
maintainer: "seliopou@gmail.com"
build: [
  [
    "ocaml"
    "setup.ml"
    "-configure"
    "--prefix"
    prefix
    "--%{async+cmdliner:enable}%-async"
    "--%{quickcheck:enable}%-quickcheck"
  ]
  ["ocaml" "setup.ml" "-build"]
]
remove: [
  ["ocamlfind" "remove" "netkat"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind"
  "core" {< "112.06.00"}
  "fieldslib" {< "113.01.00"}
  "ocamlgraph" {>= "1.8.0"}
  "openflow" {>= "0.5.0"}
  "ounit"
  "sexplib" {< "113.01.00"}
  "topology" {>= "0.1.0" & < "0.4.0"}
  "ocamlbuild" {build}
]
depopts: [
  "async"
  "cmdliner"
  "cstruct"
  "packet"
  "quickcheck"
]
conflicts: [
  "cmdliner" {< "0.9.5"}
  "cstruct" {< "1.0.1"}
  "packet" {< "0.2.1"}
  "topology" {< "0.1.0"}
]
dev-repo: "git://github.com/frenetic-lang/frenetic"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "The Frenetic SDN Controller Platform"
flags: light-uninstall
url {
  src: "https://github.com/frenetic-lang/frenetic/archive/v3.0.0.tar.gz"
  checksum: "md5=e1d821861a9356d0f7de9a0bcbcb72e7"
}
