opam-version: "2.0" maintainer: "Markus W. Weissmann " authors: [ "Markus W. Weissmann " ] license: "MIT" homepage: "https://github.com/mwweissmann/ocaml-i2c" doc: "http://github.com/mwweissmann/ocaml-i2c" dev-repo: "git+https://github.com/mwweissmann/ocaml-i2c.git" bug-reports: "https://github.com/mwweissmann/ocaml-i2c/issues" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: ["ocaml" "setup.ml" "-install"] remove: [ ["ocamlfind" "remove" "i2c"] ] depends: [ "ocaml" "result" "base-unix" "stdint" {>= "0.4.1" & <= "0.5.0"} "ocamlfind" {>= "1.5"} "ocamlbuild" {build} "conf-linux-libc-dev" ] available: [ os = "linux" ] synopsis: "i2c" description: """ The i2c library provides bindings to the Linux i2c bus interface: functions to open a bus-file-descriptor and read/write operations""" flags: light-uninstall url { src: "https://github.com/mwweissmann/ocaml-i2c/archive/0.1.2.tar.gz" checksum: [ "sha256=3a26d0c28ead4cddaa3090e5425b5ca55379533b5c2b622ab30ccf5c8e28fd77" "md5=569b8c952d0b2376797f346e869dffcd" ] }