ocaml-libusb/libusb.opam

26 lines
571 B
Plaintext
Raw Normal View History

2018-06-25 07:14:27 +00:00
opam-version: "1.2"
2018-06-24 10:14:05 +00:00
version: "2018-06-24-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-06-25 07:14:27 +00:00
["jbuilder" "subst" "-n" name] {pinned}
2018-06-07 12:31:53 +00:00
[ "jbuilder" "build" "-p" name "-j" jobs ]
]
license: "Not yet decided"
depends: [
"jbuilder" {build & >= "1.0+beta13"}
"ctypes" {build}
"configurator" {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"]]
]