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.3.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.1.tar.gz" checksum: [ "sha256=acdf92a6b89121ab2d67334a4be682181bed4671830104558c0c520c086fea43" "md5=00021a581cc0115c8137fd4d4938ef56" ] }