Mercurial > baum
comparison debian/control @ 20:3c64b5ac821b
added Debian stuff; new Makefile
author | meillo@marmaro.de |
---|---|
date | Wed, 13 Feb 2008 21:23:21 +0100 |
parents | |
children | bc693c51970d |
comparison
equal
deleted
inserted
replaced
19:fb1a879a7c85 | 20:3c64b5ac821b |
---|---|
1 Source: baum | |
2 Section: devel | |
3 Priority: extra | |
4 Maintainer: markus schnalke <meillo@marmaro.de> | |
5 Build-Depends: debhelper (>= 5) | |
6 Standards-Version: 3.7.2 | |
7 | |
8 Package: baum | |
9 Architecture: i386 | |
10 Depends: ${shlibs:Depends}, ${misc:Depends}, libc6-dev | |
11 Description: an esoteric programming language | |
12 *** unofficial debian package by meillo@marmaro.de *** | |
13 . | |
14 baum source code is a representation of a tree in which every node is a | |
15 command or data. | |
16 . | |
17 baum is only an experiment and the functionality is very restricted. | |
18 . | |
19 Website: http://prog.marmaro.de/baum |