ocaml-libusb/libusb.opam

20 lines
536 B
Plaintext
Raw Normal View History

opam-version: "2.0"
version: "2019-03-21-1"
2018-06-15 06:41:00 +00:00
maintainer: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
authors: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
synopsis: "Binding to a tiny part of http://libusb.info libusb"
2018-06-07 12:31:53 +00:00
homepage: "none"
bug-reports: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
build: [ [ "dune" "build" "-p" name "-j" jobs ]]
2018-06-07 12:31:53 +00:00
license: "Not yet decided"
depends: [
2018-07-12 15:08:54 +00:00
"dune" {build}
"ctypes" {build}
"ocamlfind" {build}
2018-06-07 12:31:53 +00:00
]
2018-06-24 10:14:05 +00:00
depexts: [
[["debian"] ["libusb-1.0-0-dev"]]
[["ubuntu"] ["libusb-1.0-0-dev"]]
]