AppVeyor: initial configuration file
[platform/upstream/libusb.git] / README.md
1 # libusb
2
3 [![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libusb/libusb)
4 [![Coverity Scan Build Status](https://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb)
5
6 libusb is a library for USB device access from Linux, Mac OS X,
7 Windows, OpenBSD/NetBSD and Haiku userspace.
8 It is written in C (Haiku backend in C++) and licensed under the GNU
9 Lesser General Public License version 2.1 or, at your option, any later
10 version (see [COPYING](COPYING)).
11
12 libusb is abstracted internally in such a way that it can hopefully
13 be ported to other operating systems. Please see the [PORTING](PORTING)
14 file for more information.
15
16 libusb homepage:
17 http://libusb.info/
18
19 Developers will wish to consult the API documentation:
20 http://api.libusb.info
21
22 Use the mailing list for questions, comments, etc:
23 http://mailing-list.libusb.info
24
25 - Pete Batard <pete@akeo.ie>
26 - Hans de Goede <hdegoede@redhat.com>
27 - Xiaofan Chen <xiaofanc@gmail.com>
28 - Ludovic Rousseau <ludovic.rousseau@gmail.com>
29 - Nathan Hjelm <hjelmn@users.sourceforge.net>
30 - Chris Dickens <christopher.a.dickens@gmail.com>
31
32 (Please use the mailing list rather than mailing developers directly)