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
|
Source: lua-yaml
Section: interpreters
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
Victor Seva <vseva@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-lua,
libyaml-dev,
Standards-Version: 4.6.0.1
Vcs-Git: https://salsa.debian.org/lua-team/lua-yaml.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-yaml/
Homepage: https://github.com/gvvaughan/lyaml
Package: lua-yaml
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
libyaml-dev,
${misc:Depends},
${shlibs:Depends},
Provides:
${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: LibYAML binding for Lua
fast C implementation for converting between %YAML 1.1
and Lua tables, and a low-level YAML event parser for
implementing more intricate YAML document loading.
Package: lua-yaml-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
lua-yaml (= ${binary:Version}),
${misc:Depends},
Provides:
${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: docs and test files for lua-yaml
fast C implementation for converting between %YAML 1.1
and Lua tables, and a low-level YAML event parser for
implementing more intricate YAML document loading.
.
This package contains docs and test files.
|