this repo has no description
1opam-version: "2.0"
2maintainer: "Armael <armael@isomorphis.me>"
3authors: ["Armael <armael@isomorphis.me>"]
4homepage: "https://github.com/Armael/ocaml-libudev"
5dev-repo: "git+https://github.com/Armael/ocaml-libudev.git"
6bug-reports: "https://github.com/Armael/ocaml-libudev/issues"
7license: "MIT"
8depends: [
9 "ocaml" {>= "4.01.0"}
10 "ocamlfind" {build}
11 "ocamlbuild" {build}
12 "topkg" {build & >= "0.9.0"}
13 "conf-libudev"
14 "ctypes" {>= "0.4.1" & < "0.21.0"}
15 "ctypes-foreign"
16 "stdint"
17]
18build:
19[
20 [ "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{pinned}%" ]
21]
22synopsis: "Bindings to libudev for OCaml"
23url {
24 src: "https://github.com/Armael/ocaml-libudev/archive/v0.2.1.zip"
25 checksum: [
26 "sha256=90f7f75e48a84bd02557c19a545fe898d69a984b8667d08ffe5c3c763698e52c"
27 "md5=ebec53b5b36a08fc37ff9220a275110c"
28 ]
29}