4f17cda40f
- bumped dune and opam versions - Added synopsis in opam file - small doc adjustments
20 lines
536 B
Plaintext
20 lines
536 B
Plaintext
opam-version: "2.0"
|
|
version: "2019-03-21-1"
|
|
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"
|
|
homepage: "none"
|
|
bug-reports: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
|
|
build: [ [ "dune" "build" "-p" name "-j" jobs ]]
|
|
license: "Not yet decided"
|
|
depends: [
|
|
"dune" {build}
|
|
"ctypes" {build}
|
|
"ocamlfind" {build}
|
|
]
|
|
|
|
depexts: [
|
|
[["debian"] ["libusb-1.0-0-dev"]]
|
|
[["ubuntu"] ["libusb-1.0-0-dev"]]
|
|
]
|