From: Gabriel Niebler Date: Mon, 9 Aug 2021 12:06:18 +0000 (+0200) Subject: Mention Tcl support in description X-Git-Tag: 0.7.21~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F470%2Fhead;p=thirdparty%2Flibsolv.git Mention Tcl support in description --- diff --git a/doc/libsolv-bindings.txt b/doc/libsolv-bindings.txt index ac112cfd..b801f236 100644 --- a/doc/libsolv-bindings.txt +++ b/doc/libsolv-bindings.txt @@ -12,10 +12,10 @@ libsolv-bindings - access libsolv from perl/python/ruby Description ----------- Libsolv's language bindings offer an abstract, object orientated interface -to the library. The supported languages are currently perl, python, and ruby. -All example code (except in the specifics sections, of course) lists first -the ``C-ish'' interface, then the syntax for perl, python, and ruby (in that -order). +to the library. The supported languages are currently perl, python, ruby and +tcl. All example code (except in the specifics sections, of course) lists +first the ``C-ish'' interface, then the syntax for perl, python, and ruby +(in that order). Perl Specifics