|
Last change
on this file since 1612 was
898,
checked in by hartmans, 17 years ago
|
|
Add pyyaml and libyaml packages
backported from lenny.
There is discussion about how these should go in the repository; these are added in this form
in order to make forward progress.
|
|
File size:
861 bytes
|
| Rev | Line | |
|---|
| [898] | 1 | Source: libyaml |
|---|
| 2 | Section: libs |
|---|
| 3 | Priority: extra |
|---|
| 4 | Maintainer: Anders Kaseorg <andersk@mit.edu> |
|---|
| 5 | Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5) |
|---|
| 6 | Standards-Version: 3.7.3 |
|---|
| 7 | Homepage: http://pyyaml.org/wiki/LibYAML |
|---|
| 8 | |
|---|
| 9 | Package: libyaml-0-1 |
|---|
| 10 | Architecture: any |
|---|
| 11 | Depends: ${shlibs:Depends}, ${misc:Depends} |
|---|
| 12 | Description: Fast YAML 1.1 parser and emitter library |
|---|
| 13 | LibYAML is a C library for parsing and emitting data in YAML 1.1, a |
|---|
| 14 | human-readable data serialization format. |
|---|
| 15 | |
|---|
| 16 | Package: libyaml-dev |
|---|
| 17 | Section: libdevel |
|---|
| 18 | Architecture: any |
|---|
| 19 | Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-1 (= ${binary:Version}) |
|---|
| 20 | Description: Fast YAML 1.1 parser and emitter library (development) |
|---|
| 21 | LibYAML is a C library for parsing and emitting data in YAML 1.1, a |
|---|
| 22 | human-readable data serialization format. |
|---|
| 23 | . |
|---|
| 24 | This package contains development headers and static libraries. |
|---|
Note: See
TracBrowser
for help on using the repository browser.