File: control

package info (click to toggle)
libyaml-shell-perl 0.71-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 108 kB
  • sloc: perl: 283; makefile: 38
file content (17 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libyaml-shell-perl
Section: perl
Priority: optional
Maintainer: Alexander Zangerl <az@debian.org>
Build-Depends: debhelper (>= 9.0.0)
Build-Depends-Indep: perl, libyaml-perl (>= 0.67) | libyaml-syck-perl
Standards-Version: 4.1.3.0

Package: libyaml-shell-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libyaml-perl (>= 0.67) | libyaml-syck-perl
Conflicts: libyaml-perl (<< 0.67)
Homepage: http://search.cpan.org/~ingy/
Description: YAML test shell
 This package provides ysh, the YAML test shell, which is meant for 
 experimenting with the Perl YAML modules in an interactive fashion. 
 Any datastructures given in Perl are returned back in YAML (and vice versa).