ocaml-libusb/libusb.opam

24 lines
478 B
Plaintext
Raw Normal View History

2018-06-25 07:14:27 +00:00
opam-version: "1.2"
2018-07-12 15:08:54 +00:00
version: "2018-07-12-1"
2018-06-15 06:41:00 +00:00
maintainer: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
authors: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
2018-06-25 07:14:27 +00:00
2018-06-07 12:31:53 +00:00
homepage: "none"
bug-reports: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
build: [
2018-07-12 15:08:54 +00:00
[ "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"]]
]