debian/control
changeset 56 d48cf08cf448
equal deleted inserted replaced
55:e76930ea6464 56:d48cf08cf448
       
     1 Source: yml2
       
     2 Maintainer: Volker Birk <vb@pep.foundation>
       
     3 Section: python
       
     4 Priority: optional
       
     5 Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
       
     6 Standards-Version: 3.9.6
       
     7 Homepage: https://pep.foundation/dev/repos/yml2
       
     8 
       
     9 Package: python-yml2
       
    10 Architecture: all
       
    11 Depends: ${misc:Depends}, ${python:Depends}
       
    12 Description: YML 2 compiler
       
    13  .
       
    14  YML2 caters the idea not to need to define a grammar first when you want to
       
    15  use a Domain Specific Language. For that purpose, YML is being translated into
       
    16  XML. Let's make an example.
       
    17 
       
    18