Source: yml2
Maintainer: Volker Birk <vb@pep.foundation>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: https://pep.foundation/dev/repos/yml2
Package: python-yml2
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: YML 2 compiler
.
YML2 caters the idea not to need to define a grammar first when you want to
use a Domain Specific Language. For that purpose, YML is being translated into
XML. Let's make an example.