1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
OASISFormat: 0.3
Name: ocaml-usb
Version: 1.3.0
OCamlVersion: >= 3.12.1
LicenseFile: COPYING
License: BSD-3-clause
Authors: Jérémie Dimino
Homepage: https://github.com/letoh/ocaml-usb
BuildTools: ocamlbuild
Plugins: DevFiles (0.3), META (0.3)
XDevFilesEnableMakefile: false
Synopsis: Bindings for libusb-1.0
Description:
OCaml-USB is a binding to libusb-1.0. It uses Lwt to make it easy
to use asynchronous IO features of libusb-1.0.
Library "usb"
FindlibName: usb
Path: src
Modules: USB
BuildDepends: lwt.unix, lwt_ppx
XMETADescription: Bindings for libusb-1.0
XMETARequires: lwt.unix
CSources: usb_stubs.c
CCopt: -I"`ocamlfind query lwt`/unix"
Document "ocaml-usb-api"
Title: API reference for ocaml-usb
Type: ocamlbuild (0.3)
Install: true
InstallDir: $htmldir/api
BuildTools: ocamldoc
XOCamlbuildPath: ./
XOCamlbuildLibraries: usb
SourceRepository head
Type: git
Location: https://github.com/letoh/ocaml-usb.git
Browser: https://github.com/letoh/ocaml-usb
|