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
|
Source: libftdi
Section: libs
Priority: optional
Maintainer: Aurelien Jarno <aurel32@debian.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libtool, automake1.4, autoconf, libusb-dev (>= 2:0.1.11), pkg-config (>= 0.18)
Standards-Version: 3.6.2
Package: libftdi0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library to control and program the FTDI USB controller
This library could talk to FTDI's FT232 and FT245 type USB chips from
userspace. It uses libusb to communicate with the chips.
.
Functionalities include the possibility to use the chips in standard
mode, in bitbang mode, and to read or write the serial EEPROM.
.
Homepage: http://www.intra2net.com/de/produkte/opensource/ftdi/index.php
Package: libftdi-dev
Section: devel
Architecture: any
Depends: libftdi0 (= ${Source-Version}), libusb-dev (>= 0.1.11)
Description: Development files for libftdi
This package contains the header files and static library needed to
compile applications that use libftdi.
.
Homepage: http://www.intra2net.com/de/produkte/opensource/ftdi/index.php
|