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
- Host: GitHub
- URL: https://github.com/flightaware/memcached-for-tcl
- Owner: flightaware
- License: bsd-3-clause
- Created: 2010-02-12T18:57:01.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T20:23:40.000Z (about 4 years ago)
- Last Synced: 2023-04-18T10:34:09.323Z (about 3 years 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 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