opam-version: "2.0"
maintainer: "Armael <armael@isomorphis.me>"
authors: "Armael <armael@isomorphis.me>"
homepage: "https://github.com/Armael/ocaml-libudev"
bug-reports: "https://github.com/Armael/ocaml-libudev/issues"
license: "MIT"
dev-repo: "git+https://github.com/Armael/ocaml-libudev.git"
build: [
  "ocaml"
  "pkg/build.ml"
  "native=%{ocaml:native}%"
  "native-dynlink=%{ocaml:native-dynlink}%"
]
depends: [
  "ocaml" {>= "4.01.0" & < "4.06"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "conf-libudev"
  "ctypes" {>= "0.4.1"}
  "ctypes-foreign"
  "stdint"
]
synopsis: "Bindings to libudev for OCaml"
url {
  src: "https://github.com/Armael/ocaml-libudev/archive/v0.2.zip"
  checksum: "md5=7dc001bc3b0a0d10df6be1f0dd970f9a"
}
