update README.md
This commit is contained in:
parent
90cd79dc69
commit
a3d8611d19
1 changed files with 14 additions and 0 deletions
14
README.md
14
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`
|
||||
|
|
Loading…
Reference in a new issue