From a3d8611d19ead2fa72285a4252286cafd1283c2e Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 17 Mar 2015 14:05:50 +0100 Subject: [PATCH] update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f1eb0b3..74c397b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,17 @@ Run it via `make test`. different programs then check whether versions are greater than, equal or less than one another and output >, = and <, respectively in order. It is then checked whether the output of all implementations is the same. + +Currently, this checks the libdpkg C implementation, libapt and dose3. + +Additionally, the following parsers could be added: + + - libdpkg-perl + - libben-ocaml (in lib/benl_base.ml and lib/benl_dpkg.c) + +The following do not use their own parser: + + - python-debian uses python-apt + - libghc-dpkg-dev uses libdpkg-dev + - ruby-debian uses libapt-pkg-dev + - dpkg-dev-el uses `dpkg --compare-versions`