ocaml-libusb/libusb.opam
Matthieu Dubuget 3e672915f3 Documentations
2018-06-24 12:14:05 +02:00

24 lines
525 B
Plaintext

name: "extremes"
version: "2018-06-24-1"
maintainer: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
authors: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
homepage: "none"
bug-reports: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
build: [
[ "jbuilder" "build" "-p" name "-j" jobs ]
]
license: "Not yet decided"
depends: [
"jbuilder" {build & >= "1.0+beta13"}
"ctypes" {build}
"configurator" {build}
"ocamlfind" {build}
]
depexts: [
[["debian"] ["libusb-1.0-0-dev"]]
[["ubuntu"] ["libusb-1.0-0-dev"]]
]