]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Mention Tcl support in description 470/head
authorGabriel Niebler <der-gabe@users.noreply.github.com>
Mon, 9 Aug 2021 12:06:18 +0000 (14:06 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Aug 2021 12:06:18 +0000 (14:06 +0200)
doc/libsolv-bindings.txt

index ac112cfd760953f74799e3440bbd136b6c7d4a0e..b801f236fb3af606b31e10ab9409dcbf104ee7a7 100644 (file)
@@ -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