Source: php-spyc Section: php Priority: optional Maintainer: Thorsten Alteholz Build-Depends: debhelper-compat (= 13) , phpab , pkg-php-tools Standards-Version: 4.6.2 Homepage: https://github.com/mustangostang/spyc # not sure whether package is really useful yet, so neither an official maintainer, nor the correct repository #Vcs-Browser: https://salsa.debian.org/debian/php-spyc #Vcs-Git: https://salsa.debian.org/debian/php-spyc.git Rules-Requires-Root: no Package: php-spyc Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} 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.