debian/control
author Claudio Luck <claudio.luck@pep.foundation>
Wed, 27 Feb 2019 14:43:35 +0100
changeset 57 2f4ad3800a3f
parent 56 d48cf08cf448
permissions -rw-r--r--
Track changes of 2.5.10
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.