opam-version: "2.0"
maintainer: "andy.ray@ujamjar.com"
homepage: "https://github.com/ujamjar/hardcaml"
build: [make "all"]
remove: [
  [make "uninstall"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind"
  "camlp4"
  "lwt"
  "js_of_ocaml" {< "3.0"}
  "ocamlbuild" {build}
  "num"
]
dev-repo: "git://github.com/ujamjar/hardcaml"
install: [make "install"]
synopsis: "Register Transfer Level hardware design in OCaml"
url {
  src: "https://github.com/ujamjar/hardcaml/archive/v1.0.tar.gz"
  checksum: "md5=e4bdf2eba07d76ba3288ddbd18e9b316"
}
