opam-version: "2.0" maintainer: "Markus W. Weissmann " authors: [ "Markus W. Weissmann " ] license: "MIT" homepage: "https://github.com/mwweissmann/ocaml-socketcan" doc: "http://github.com/mwweissmann/ocaml-socketcan" dev-repo: "git+https://github.com/mwweissmann/ocaml-socketcan.git" bug-reports: "https://github.com/mwweissmann/ocaml-socketcan/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" "socketcan"] ] depends: [ "ocaml" "result" "base-unix" "base-bytes" "posix-time" {>= "1.0.0"} "ocamlfind" {>= "1.5"} "ocamlbuild" {build} "conf-linux-libc-dev" ] available: [ os = "linux" ] synopsis: "socketcan" description: """ The socketcan library provides bindings to the Linux SocketCAN interface: to CAN-bus-sockets, CAN-frames and CAN-identifiers""" flags: light-uninstall url { src: "https://github.com/mwweissmann/ocaml-socketcan/archive/0.8.12.tar.gz" checksum: [ "sha256=fe7198c9939c226be87ccc9cd8c77b28426a9596efd54ef4940fbe48b4434160" "md5=443c720fa472aa0d226bc9b0afdee9c0" ] }