debian/control
author Claudio Luck <claudio.luck@pep.foundation>
Tue, 04 Sep 2018 17:09:43 +0200
changeset 56 d48cf08cf448
permissions -rw-r--r--
wip: add setup.py, README.md and debian packaging
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.