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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298
|
Source: owfs
Priority: extra
Maintainer: Vincent Danjean <vdanjean@debian.org>
Build-Depends: debhelper (>= 9~), quilt, autotools-dev,
libfuse-dev, swig, python-all-dev (>= 2.6.6-3~), tcl-dev, libusb-dev,
php5-cli, php5-dev, ed
Standards-Version: 3.9.3
Section: electronics
Homepage: http://owfs.org/
Vcs-Git: git://git.debian.org/collab-maint/owfs.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/owfs.git;a=summary
Package: owfs-common
Architecture: all
Depends: ${misc:Depends}, ucf
Description: common files used by any of the OWFS programs
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package contains the common files that are used by any of the
OWFS programs.
Package: owfs
Architecture: all
Depends: ${misc:Depends},
owfs-fuse (>= ${binary:Version}),
owserver (>= ${binary:Version}),
owhttpd (>= ${binary:Version}),
owftpd (>= ${binary:Version})
Suggests: owfs-doc
Description: Dallas 1-wire support
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package is a metapackage depending on various other OWFS packages.
Installing this package gets you a FUSE daemon, server arbitrates access
to the bus from multiple client processes, small ftp and webserver.
Package: libow-2.8-15
Section: libs
Architecture: any
Pre-Depends: multiarch-support
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 1-Wire File System full library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes the ow library that is able to talk directly to 1-wire
buses.
Package: libowcapi-2.8-15
Section: libs
Architecture: any
Pre-Depends: multiarch-support
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 1-Wire File System C library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes the C API that allows one to talk directly to 1-wire
buses (through the libow library).
Package: libow-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libow-2.8-15 (= ${binary:Version}),
libowcapi-2.8-15 (= ${binary:Version})
Description: 1-Wire File System (development files)
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes development libraries and C header files.
Package: libownet-2.8-15
Section: libs
Architecture: any
Pre-Depends: multiarch-support
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: owserver protocol library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes the ownet library that is able to talk to a owserver
in order to get/send 1-wire information.
Package: libownet-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libownet-2.8-15 (= ${binary:Version}),
Description: owserver protocol library (development files)
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package contains the development libraries and interfaces
to access a remote owserver.
Package: owserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
owfs-common, lsb-base (>= 3.2-4)
Description: Backend server for 1-Wire control
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
OWserver arbitrates access to the 1-Wire bus from multiple client processes.
The physical bus is usually connected to a serial or USB port,
and other processes connect to owserver over network sockets (tcp port).
Communication can be local or over a network.
Package: ow-shell
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: owserver
Description: shell utilities to talk to an 1-Wire owserver
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package has several command line programs to talk to an owserver.
Included programs are :
* owdir: list 1-wire devices or properties
* owread: read 1-wire value
* owwrite: set a 1-wire value
* owpresent: check if a 1-wire device is connected
* owtap: inspect network transmission of the owserver protocol
* owmon: show statistics and setting for an owserver
Package: owfs-fuse
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, owfs-common
Recommends: owserver, fuse-utils
Suggests: owhttpd, owftpd
Description: 1-Wire filesystem
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
OWFS is a userspace virtual filesystem exposing all 1-Wire properties
mapped into a filesystem.
Package: owhttpd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
owfs-common, lsb-base (>= 3.2-4)
Recommends: owserver
Description: HTTP daemon providing access to 1-Wire networks
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
HTTP daemon providing access to 1-Wire networks.
Package: owftpd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
owfs-common, lsb-base (>= 3.2-4)
Recommends: owserver
Description: FTP daemon providing access to 1-Wire networks
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
FTP daemon providing access to 1-Wire networks.
Package: libow-php5
Architecture: any
Section: web
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
Description: Dallas 1-wire support: PHP5 bindings
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
PHP bindings for the OWFS 1-wire support library have been produced
with SWIG and allow access to libow2.8 functions from PHP code.
Package: libownet-php
Architecture: all
Section: web
Depends: php5 | php5-cli, ${misc:Depends}
Description: Dallas 1-wire support: PHP OWNet library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
The PHP OWNet library lets you access owserver and allows reading,
writing and listing the 1-wire bus.
Package: libow-perl
Architecture: any
Section: perl
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Description: Dallas 1-wire support: Perl5 bindings
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
Perl bindings for the OWFS 1-wire support library have been produced
with SWIG and allow access to libow functions from perl code.
Package: libownet-perl
Architecture: all
Section: perl
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Description: Perl module for accessing 1-wire networks
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
OWNet.pm is a perl module for accessing 1-wire sensors through an owserver.
Package: python-ow
Architecture: any
Section: python
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Dallas 1-wire support: Python bindings
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
Python bindings for the OWFS 1-Wire support library have been produced
with SWIG and allow access to libow functions from Python code.
Package: python-ownet
Architecture: all
Section: python
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python module for accessing 1-wire networks
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
OWnet is a standalone Python module for accessing 1-wire sensors
through an owserver.
Package: libow-tcl
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Dallas 1-wire support: Tcl bindings
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package contains Tcl bindings to the OWFS core library (libow),
which is used to access 1-Wire networks
Package: owfs-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: owfs
Description: Dallas 1-wire support: Documentation for owfs
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
Documentation for OWFS in 'man' format.
This package contains the manpages for 1-Wire, including the
device-specific manpages.
Package: owfs-dbg
Architecture: any
Section: debug
Depends: libow-2.8-15 (= ${binary:Version}) |
owfs (= ${binary:Version}) |
owserver (= ${binary:Version}) |
owhttpd (= ${binary:Version}) |
owftpd (= ${binary:Version}) |
libow-tcl (= ${binary:Version}) |
python-ow (= ${binary:Version}) |
libow-php5 (= ${binary:Version}) |
libow-perl (= ${binary:Version}),
${misc:Depends}
Description: Debugging symbols for the OWFS packages
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package contains gdb debugging symbols for OWFS packages.
You need this if you see crashes in programs using 1-wire.
|