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

https://github.com/flightaware/socketservertcl

Basic socketserver support in Tcl inspired by libancillary
https://github.com/flightaware/socketservertcl

socket tcl tcl-extension

Last synced: 6 months ago
JSON representation

Basic socketserver support in Tcl inspired by libancillary

Awesome Lists containing this project

README

          

#
# sockerserver configure for FreeBSD
#

autoreconf
# clang
CC=clang CXX=clang++ CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --with-tcl=/usr/local/lib/tcl8.6 --mandir=/usr/local/man