* Merged the usability branch (from trunk@4749 to branches/usability@5087).

svn path=/nixpkgs/trunk/; revision=5088
This commit is contained in:
Eelco Dolstra
2006-03-24 12:25:19 +00:00
18 changed files with 225 additions and 149 deletions

View File

@@ -6,4 +6,9 @@ stdenv.mkDerivation {
url = http://nix.cs.uu.nl/dist/tarballs/aterm-2.4.2.tar.gz;
md5 = "18617081dd112d85e6c4b1b552628114";
};
meta = {
homepage = http://www.cwi.nl/htbin/sen1/twiki/bin/view/SEN1/ATerm;
license = "LGPL";
description = "Library for manipulation of term data structures in C";
};
}