diff -r e76930ea6464 -r d48cf08cf448 debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Tue Sep 04 17:09:43 2018 +0200 @@ -0,0 +1,18 @@ +Source: yml2 +Maintainer: Volker Birk +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. + +