Package: libcxxtools-dev Architecture: amd64 Version: 1.4.3.6-1.1 Priority: optional Section: libdevel Source: cxxtools Maintainer: Kari Pahula Installed-Size: 1004 Depends: libstdc++-dev, libcxxtools4 Filename: pool-etch/binary/backports/libcxxtools-dev_1.4.3.6-1.1_amd64.deb Size: 185366 MD5sum: 2d6792eea2c2444f366a8eecd09bdf84 SHA1: 42ee271f9ebff67b564f218209a8c88ea3cfd685 SHA256: 8d3954edce610489f1505719157d0d04119641f1090a524568209d8cae192b8d SHA512: 03e4b38796299021efd3c5ffa0a7884ccdfc6813e5d79b57e73656ac74483ae2effd245b63f726357981cbf9c13797c079d2add32304b4112d4d3dcd40ed6fda Description: library of unrelated but useful C++ classes cxxtools contains an argument-parser, a base-64 encoder/decoder, a C++ interface to iconv, md5-stream for easy MD5 calculation, threading classes, socket classes, a dynamic exception-safe buffer, a wrapper for dlopen/dlsym, a pool template (e.g., for a connection pool in a multi-threaded application), query_params, and a class for easy parsing of CGI parameters (GET and POST) in a CGI program. . This package has the development headers and the static libraries. . Homepage: http://www.tntnet.org/cxxtools.hms Package: libcxxtools4 Architecture: amd64 Version: 1.4.3.6-1.1 Priority: optional Section: libs Source: cxxtools Maintainer: Kari Pahula Installed-Size: 312 Depends: libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.1.1-12), libltdl3 (>= 1.5.2-2), libstdc++6 (>= 4.1.1-12) Filename: pool-etch/binary/backports/libcxxtools4_1.4.3.6-1.1_amd64.deb Size: 102242 MD5sum: 180aee19791284b513789a7e067cb59f SHA1: be4161b6c5081f682f6b19c01420b3e3454ce317 SHA256: 909a0597354043122244410a6d62318495415e73b7a07a4c0e314d9745b7ba89 SHA512: 956493a6c21d10dd05423ad632756e4e1580ab52c42215d0ea5471bafa9b614f97510b55ebb77105f7b75fd96e22d24b5039a98c20158add49c877c7b3adc650 Description: library of unrelated but useful C++ classes cxxtools contains an argument-parser, a base-64 encoder/decoder, a C++ interface to iconv, md5-stream for easy MD5 calculation, threading classes, socket classes, a dynamic exception-safe buffer, a wrapper for dlopen/dlsym, a pool template (e.g., for a connection pool in a multi-threaded application), query_params, and a class for easy parsing of CGI parameters (GET and POST) in a CGI program. . Homepage: http://www.tntnet.org/cxxtools.hms Package: libtntnet-dev Architecture: amd64 Version: 1.6.0.1-1.1 Priority: extra Section: libdevel Source: tntnet Maintainer: Kari Pahula Installed-Size: 496 Depends: libc6 (>= 2.3.5-1), libcxxtools4, libgcc1 (>= 1:4.1.1-12), libstdc++6 (>= 4.1.1-12), libtntnet6, zlib1g (>= 1:1.2.1), libcxxtools-dev Conflicts: tntnet (<< 1.5.1+1.5.2pre3-3) Filename: pool-etch/binary/backports/libtntnet-dev_1.6.0.1-1.1_amd64.deb Size: 111204 MD5sum: 32fc41aa6da893fda620f08c8f2075e3 SHA1: 39da948ecdc33d4bc95e0b95f5b983df6ce3f015 SHA256: 121a1b4c7080876cc333159c597909c2ee45994c8a93bcff822508e1f30de2ec SHA512: da8a7f4a718dede57d3b65283f28f1b3667dd5493b6f27db337b87017c92215f6665038a20a75b3c31c8a7a6593dd5f242423ff71a118a1c963904fae15ec003 Description: Tntnet library development headers Tntnet has a template-language called ecpp similar to PHP, JSP or Mason, where you can embed c++ code inside a HTML page to generate active content. The ecpp files are precompiled to C++ classes called components and compiled and linked into a shared library. This process is done at compiletime. The web server Tntnet needs only the compiled component library. . Because the web applications are compiled into native code, they are very fast and compact. . Components can call other components. So you can create building blocks of HTML parts and call them in other pages like subprocesses. . Requests are parsed by tntnet and the request information is easily accessible to the components. It supports GET and POST parameters and MIME multipart requests for file upload. . The template language has also support for internationalized applications. You can easily create web applications for different languages. . Other features are: cookies, HTTP upload, automatic request parameter parsing and conversion, automatic session management, scoped variables (application, request and session), internationalisation and keep-alive. . Logging is done through cxxtools, which provides a unique API for log4cpp, log4cxx or simple logging to files or console. . Tntnet is fully multithreaded and much work has been gone into making it scalable. It uses a dynamic pool of worker threads, which answer requests from HTTP clients. Package: libtntnet6 Architecture: amd64 Version: 1.6.0.1-1.1 Priority: extra Section: libs Source: tntnet Maintainer: Kari Pahula Installed-Size: 664 Depends: libc6 (>= 2.3.5-1), libcxxtools4, libgcc1 (>= 1:4.1.1-12), libstdc++6 (>= 4.1.1-12), zlib1g (>= 1:1.2.1) Filename: pool-etch/binary/backports/libtntnet6_1.6.0.1-1.1_amd64.deb Size: 239664 MD5sum: f09cc2eb348b213cdac54ffcae168e0e SHA1: 3d5049743c088972e3b27a34601c2be354e8753e SHA256: 0813884190b3693f3d2f1c92d8d257bff860adbe78fd3709bf1157e4ffa127ed SHA512: 0f861186e79e183224c5b93323bc96560f2379b9ae85fe8cf96e11956066a774a546604882da07a5a2dcd72ba504ad7d50f8fadb52677bc968017bec398634e6 Description: Tntnet libraries Tntnet has a template-language called ecpp similar to PHP, JSP or Mason, where you can embed c++ code inside a HTML page to generate active content. The ecpp files are precompiled to C++ classes called components and compiled and linked into a shared library. This process is done at compiletime. The web server Tntnet needs only the compiled component library. . Because the web applications are compiled into native code, they are very fast and compact. . Components can call other components. So you can create building blocks of HTML parts and call them in other pages like subprocesses. . Requests are parsed by tntnet and the request information is easily accessible to the components. It supports GET and POST parameters and MIME multipart requests for file upload. . The template language has also support for internationalized applications. You can easily create web applications for different languages. . Other features are: cookies, HTTP upload, automatic request parameter parsing and conversion, automatic session management, scoped variables (application, request and session), internationalisation and keep-alive. . Logging is done through cxxtools, which provides a unique API for log4cpp, log4cxx or simple logging to files or console. . Tntnet is fully multithreaded and much work has been gone into making it scalable. It uses a dynamic pool of worker threads, which answer requests from HTTP clients. Package: tntnet-demos Architecture: amd64 Version: 1.6.0.1-1.1 Priority: extra Section: doc Source: tntnet Maintainer: Kari Pahula Installed-Size: 664 Depends: libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.1.1-12), libstdc++6 (>= 4.1.1-12), libtntnet6 Filename: pool-etch/binary/backports/tntnet-demos_1.6.0.1-1.1_amd64.deb Size: 191706 MD5sum: 7b3e5276b5f7ae0e1eeb8a4b5a5b6ba4 SHA1: 4cef4a9839e15e931932066a418543d3e502220e SHA256: e373ec286384c1f8ad21af691590c7b28b319084637d8760b7ff26b4cf547467 SHA512: fcf1b6126800b70f9d595c67e3687b2b54f82c1572e4f7f0cffe0c76eaf937146c9736493c9b0e048a93df12083fa9741349cc71fca4e98e86f672fd92e11b9f Description: demo web applications for Tntnet Tntnet has a template-language called ecpp similar to PHP, JSP or Mason, where you can embed c++ code inside a HTML page to generate active content. The ecpp files are precompiled to C++ classes called components and compiled and linked into a shared library. This process is done at compiletime. The web server Tntnet needs only the compiled component library. . Because the web applications are compiled into native code, they are very fast and compact. . Components can call other components. So you can create building blocks of HTML parts and call them in other pages like subprocesses. . Requests are parsed by tntnet and the request information is easily accessible to the components. It supports GET and POST parameters and MIME multipart requests for file upload. . The template language has also support for internationalized applications. You can easily create web applications for different languages. . Other features are: cookies, HTTP upload, automatic request parameter parsing and conversion, automatic session management, scoped variables (application, request and session), internationalisation and keep-alive. . Logging is done through cxxtools, which provides a unique API for log4cpp, log4cxx or simple logging to files or console. . Tntnet is fully multithreaded and much work has been gone into making it scalable. It uses a dynamic pool of worker threads, which answer requests from HTTP clients. Package: tntnet-doc Architecture: all Version: 1.6.0.1-1.1 Priority: extra Section: doc Source: tntnet Maintainer: Kari Pahula Installed-Size: 1816 Filename: pool-etch/binary/backports/tntnet-doc_1.6.0.1-1.1_all.deb Size: 1398520 MD5sum: ac368f5ff57a006f8fad51e7e00ff86a SHA1: fab3f3d32cce21c2bbb8cd8ccf40398fc264349b SHA256: 8109518089a298a7e5f2eb5a6bba2f10563e4f1ab2d19f6e3c45a6500bdae6da SHA512: bec08507328b0a1f1431e609a1a90618e60f4b43dfaefde8753e31d27605b096f8d38b6113188ff49239506c163eb288c25b3122710d7b82a8a632c7f2547541 Description: documentation for Tntnet Tntnet has a template-language called ecpp similar to PHP, JSP or Mason, where you can embed c++ code inside a HTML page to generate active content. The ecpp files are precompiled to C++ classes called components and compiled and linked into a shared library. This process is done at compiletime. The web server Tntnet needs only the compiled component library. . Because the web applications are compiled into native code, they are very fast and compact. . Components can call other components. So you can create building blocks of HTML parts and call them in other pages like subprocesses. . Requests are parsed by tntnet and the request information is easily accessible to the components. It supports GET and POST parameters and MIME multipart requests for file upload. . The template language has also support for internationalized applications. You can easily create web applications for different languages. . Other features are: cookies, HTTP upload, automatic request parameter parsing and conversion, automatic session management, scoped variables (application, request and session), internationalisation and keep-alive. . Logging is done through cxxtools, which provides a unique API for log4cpp, log4cxx or simple logging to files or console. . Tntnet is fully multithreaded and much work has been gone into making it scalable. It uses a dynamic pool of worker threads, which answer requests from HTTP clients. Package: tntnet Architecture: amd64 Version: 1.6.0.1-1.1 Priority: extra Section: web Maintainer: Kari Pahula Installed-Size: 464 Provides: httpd, httpd-cgi Depends: libc6 (>= 2.3.5-1), libcxxtools4, libgcc1 (>= 1:4.1.1-12), libgcrypt11 (>= 1.2.2), libgnutls13 (>= 1.4.0-0), libstdc++6 (>= 4.1.1-12), libtntnet6, net-tools Filename: pool-etch/binary/backports/tntnet_1.6.0.1-1.1_amd64.deb Size: 150840 MD5sum: c094a4e2d9643cbce3e347e4fcd1b314 SHA1: f30a543e53990611b59cba91829f5cfce7f06a1c SHA256: 78bdee6d0d1cac4da74c3753b7044dcc68b24e0f78de127202e55b3c228b828c SHA512: a0e49540db99e787335eed1a5d1546e3c6f9a1e73916c9235651cc8f79fe188f53abccc4f895559cd6181118af72d87b8d8bcc235fd346efdc48aa2c00bd79cc Description: modular, multithreaded web application server for C++ Tntnet has a template-language called ecpp similar to PHP, JSP or Mason, where you can embed c++ code inside a HTML page to generate active content. The ecpp files are precompiled to C++ classes called components and compiled and linked into a shared library. This process is done at compiletime. The web server Tntnet needs only the compiled component library. . Because the web applications are compiled into native code, they are very fast and compact. . Components can call other components. So you can create building blocks of HTML parts and call them in other pages like subprocesses. . Requests are parsed by tntnet and the request information is easily accessible to the components. It supports GET and POST parameters and MIME multipart requests for file upload. . The template language has also support for internationalized applications. You can easily create web applications for different languages. . Other features are: cookies, HTTP upload, automatic request parameter parsing and conversion, automatic session management, scoped variables (application, request and session), internationalisation and keep-alive. . Logging is done through cxxtools, which provides a unique API for log4cpp, log4cxx or simple logging to files or console. . Tntnet is fully multithreaded and much work has been gone into making it scalable. It uses a dynamic pool of worker threads, which answer requests from HTTP clients.