opam-version: "2.0"
maintainer: "arjun@cs.umass.edu"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "netcore"]]
depends: [
  "ocaml" {>= "4.00"}
  "ocamlfind"
  "lwt"
  "cstruct"
  "packet" {< "0.2.0"}
  "openflow" {< "0.2.0"}
  "ounit"
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "The Frenetic Network Programming Language for SDN"
flags: light-uninstall
url {
  src: "https://people.cs.umass.edu/~arjun/download/frenetic.1.0.tar.gz"
  checksum: "md5=7beb64dfbf9810927b17c8c30c62853b"
}
