Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
memcached client library for Tcl based applications
- Host: GitHub
- URL: https://github.com/flightaware/memcached-for-tcl
- Owner: flightaware
- License: bsd-3-clause
- Created: 2010-02-12T18:57:01.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T20:23:40.000Z (over 2 years ago)
- Last Synced: 2023-04-18T10:34:09.323Z (over 1 year ago)
- Topics: memcached-clients, tcl, tcl-extension
- Language: M4
- Homepage: https://core.tcl.tk/jenglish/gutter/packages/memcached.html
- Size: 185 KB
- Stars: 9
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.FreeBSD
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
#pkg install databases/libmemcached
echo install [email protected]:awesomized/libmemcached.gitenv CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --with-tcl=/usr/local/lib/tcl8.6
make
make install