An open API service indexing awesome lists of open source software.

https://github.com/flightaware/memcached-for-tcl

memcached client library for Tcl based applications
https://github.com/flightaware/memcached-for-tcl

memcached-clients tcl tcl-extension

Last synced: over 1 year ago
JSON representation

memcached client library for Tcl based applications

Awesome Lists containing this project

README

          

#pkg install databases/libmemcached
echo install git@github.com:awesomized/libmemcached.git

env CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --with-tcl=/usr/local/lib/tcl8.6

make

make install