~ubuntu-branches/ubuntu/saucy/libusbx/saucy-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Aurelien Jarno
  • Date: 2013-05-06 17:31:43 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130506173143-wfbiltvcnn7pvdpa
Tags: 2:1.0.15-1
* New upstream version.
* Fix cross-build (closes: #694912, #705658).
* Add a -dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
=======
3
3
 
4
4
libusbx is a library for USB device access from Linux, Mac OS X,
5
 
Windows and OpenBSD userspace (with OpenBSD, and to a lesser extent
6
 
Windows, currently being considered EXPERIMENTAL).
 
5
Windows and OpenBSD/NetBSD userspace, with OpenBSD/NetBSD, and to a
 
6
lesser extent some of the newest features of Windows (such as libusbK
 
7
and libusb-win32 driver support) being EXPERIMENTAL.
7
8
It is written in C and licensed under the GNU Lesser General Public
8
 
License version 2.1 or (at your option) any later version (see COPYING).
 
9
License version 2.1 or, at your option, any later version (see COPYING).
9
10
 
10
11
libusbx is abstracted internally in such a way that it can hopefully
11
12
be ported to other operating systems. Please see the PORTING file
15
16
http://libusbx.org/
16
17
 
17
18
Developers will wish to consult the API documentation:
18
 
http://libusbx.sourceforge.net/api-1.0/
 
19
http://api.libusbx.org
19
20
 
20
21
Use the mailing list for questions, comments, etc:
21
 
https://lists.sourceforge.net/lists/listinfo/libusbx-devel
 
22
http://mailing-list.libusbx.org
22
23
 
23
24
- Pete Batard <pete@akeo.ie>
24
25
- Hans de Goede <hdegoede@redhat.com>