File: control

package info (click to toggle)
php-spyc 0.6.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: php: 2,088; xml: 8; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 952 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: php-spyc
Section: php
Priority: optional
Maintainer: Debian-matomo-maintainers <debian-matomo-maintainers@alioth-lists.debian.net>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               phpunit,
               pkg-php-tools
Standards-Version: 4.7.2
Homepage: https://github.com/mustangostang/spyc
Vcs-Browser: https://salsa.debian.org/matomo-team/php-spyc
Vcs-Git: https://salsa.debian.org/matomo-team/php-spyc.git
Rules-Requires-Root: no

Package: php-spyc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Description: YAML loader/dumper written in pure PHP
 This package contains a YAML loader/dumper written in pure PHP.
 Given a YAML document, Spyc will return an array that you can
 use however you see fit. Given an array, Spyc will return a
 string which contains a YAML document built from your data.