Package: ace-gperf Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 199 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Breaks: gperf-ace (<< 5.7.7-1) Replaces: gperf-ace (<< 5.7.7-1) Filename: ./amd64/ace-gperf_7.0.0-0+6.1_amd64.deb Size: 107692 MD5sum: 450f9d3cd70a2a8cab82a0c87328b8b1 SHA1: 494bfcece8a8147b48706e479c534a8b16cd10e3 SHA256: c23b78440c7c1d16c28e50d9ca59e7bbc64d34bc2b2e4e0bdc8dad1e008294ba Section: devel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE perfect hash function generator ace_gperf is the ACE version of gperf. . Both ace_gperf and gperf were written by the same author, and have basically the same options and functionality. ace_gperf simply takes advantage of some of the features provided by the ACE library. Package: ace-netsvcs Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 150 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.4), libgcc-s1 (>= 3.0), libnetsvcs-7.0.0 (>= 7.0.0), libstdc++6 (>= 5) Filename: ./amd64/ace-netsvcs_7.0.0-0+6.1_amd64.deb Size: 70056 MD5sum: 0f0ac26b45102e6283949ac7f7b78fda SHA1: aeff32822e919d209f9030e5acbe37950e7ad579 SHA256: faf00f2d4de3ccaf5134ee2a3de960cbf80b010266eaf314b3723fa2a5a68a54 Section: devel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE network service implementations ACE network services provide reusable components for common distributed system tasks such as logging, naming, locking, and time synchronization. . This package contains driver programs and example configuration files to link the various ACE network services together, either statically or dynamically, and form complete server programs. Package: libace-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 2002 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Filename: ./amd64/libace-7.0.0_7.0.0-0+6.1_amd64.deb Size: 659964 MD5sum: 6a10ac0519167a8412847b3538775a90 SHA1: dce664e564c20e7afcd0ff7e2d97b914f076d38e SHA256: 110bdd933dfbfa29233ca13bed13cb747622f46802de0036073844dcea4c13e1 Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: C++ network programming framework This package contains the ADAPTIVE Communication Environment (ACE) framework. . It provides platform independent C++ wrappers for all forms of IPC, thread- and process-management routines, and much more. . Moreover, it defines patterns for common communication tasks. * Reactor: handles event demultiplexing and dispatching * Proactor: for asynchronous I/O driven programs Package: libace-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 7181 Depends: libace-7.0.0 (= 7.0.0-0+6.1) Suggests: libace-doc, pkg-config Replaces: mpc-ace (<< 5.6.3-4) Filename: ./amd64/libace-dev_7.0.0-0+6.1_amd64.deb Size: 1009092 MD5sum: c203da4fc69cd4d3ff0300e1e0bc5bfd SHA1: 9360f1397150e890549a93eb8bdbf0c1e56d64f9 SHA256: 3762a47a7114fb48c59efb34f7a4da851c1e9d4ca9318c2d4d03bb486da71378 Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: C++ network programming framework - development files This package contains the header files and static library for the ACE framework. Package: libace-doc Source: ace Version: 7.0.0-0+6.1 Architecture: all Maintainer: Debian ACE maintainers Installed-Size: 124505 Recommends: doc-base Suggests: libace-dev Filename: ./all/libace-doc_7.0.0-0+6.1_all.deb Size: 31541604 MD5sum: d9fe67c2260a24a8f7691cec82361f67 SHA1: 34076eb7089b49d24cc38e784631795d443163fd SHA256: 9297709accbfe364281515daeb32b30252bad6ad715d0e0bfd58cd36344db550 Section: doc Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: C++ network programming framework - documentation This package contains the ACE overview documentation, tutorials, examples, and information regarding upstream development. Package: libace-flreactor-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 182 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.33), libfltk1.3, libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: ./amd64/libace-flreactor-7.0.0_7.0.0-0+6.1_amd64.deb Size: 84296 MD5sum: b9a8d89388dd98dc5248eedd7342442a SHA1: aa0924b58131524ea54d0299083eb588229bacfb SHA256: 5a2cd3dacc348b07d37cf71cbdb3453e557135b2e8a65c6b5137ab34939afe64 Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE-GUI reactor integration for FLTK Recognizing the need to write reactor-based GUI applications, the ACE community has created several reactor extensions for use with X Window System. Each of these extends the ACE_Select_Reactor to work with a specific toolkit. By using these reactors, your GUI application can remain single threaded yet still respond to both GUI events, such as button presses, and your own application events. . The ACE_FlReactor integrates with the FastLight toolkit's Fl::wait() method. Package: libace-flreactor-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 98 Depends: libace-flreactor-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1), libfltk1.3-dev Filename: ./amd64/libace-flreactor-dev_7.0.0-0+6.1_amd64.deb Size: 56748 MD5sum: 19552257edd66e701dbfce585e78f400 SHA1: 8108496bca5b4a353f1a13745bf9e7d90c91d17f SHA256: 9584a6487586d5ba75fa44215dcbde686938068ab8ef3e2dc53eedc24ce6ac0a Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE-GUI reactor integration for FLTK - development files This package contains header files and static library for the ACE-FLTK reactor integration. Package: libace-foxreactor-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 190 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.33), libfox-1.6-0, libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: ./amd64/libace-foxreactor-7.0.0_7.0.0-0+6.1_amd64.deb Size: 86000 MD5sum: 5064a3a630a99604ce016564294fad9d SHA1: 304d1ea8eff3d636f13a276e2d4a5f820d453c11 SHA256: 33ff747c858369b6f7140fe2c85794e8006167e2845ffd70c552b2d0d2b291cd Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE-GUI reactor integration for FOX Recognizing the need to write reactor-based GUI applications, the ACE community has created several reactor extensions for use with X Window System. Each of these extends the ACE_Select_Reactor to work with a specific toolkit. By using these reactors, your GUI application can remain single threaded yet still respond to both GUI events, such as button presses, and your own application events. . The ACE_FoxReactor integrates with the FOX toolkit. Package: libace-foxreactor-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 98 Depends: libace-foxreactor-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1), libfox-1.6-dev Filename: ./amd64/libace-foxreactor-dev_7.0.0-0+6.1_amd64.deb Size: 56700 MD5sum: 077acf1c8191ff6bf6484663013ff05a SHA1: bc79f5acba6735db228a945a23c65a1328967d20 SHA256: b838a05f0d686362a0ac0e172877a8da376ae783237656c09db419d5cd694564 Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE-GUI reactor integration for FOX - development files This package contains header files and static library for the ACE-FOX reactor integration. Package: libace-htbp-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 194 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: ./amd64/libace-htbp-7.0.0_7.0.0-0+6.1_amd64.deb Size: 87156 MD5sum: 00c1c5d0d515438c1d9183ed3466fd61 SHA1: 46464cec053392dad4a0ee5b4f249e5109bf22c7 SHA256: 0ca994fab257b8b035554dbb24070666690b6bd9a0ee934e41785c2f22dc1189 Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE protocol over HTTP tunneling library The HTTP Tunneling, Bidirectional, Protocol (HTBP) library enables the writing of stream-based protocols over HTTP. . This allows clients behind a firewall to establish a connection with outbound servers using the HTTP protocol. Package: libace-htbp-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 153 Depends: libace-htbp-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1) Filename: ./amd64/libace-htbp-dev_7.0.0-0+6.1_amd64.deb Size: 68140 MD5sum: f9c11eed4fecc8052fd129f4b84af6f9 SHA1: 46b062a56715d551c384d6e372ae3f03850cc8c6 SHA256: 72055988dd048aba5d4e81c0c2ee233d0fd2ea9ea476da65ae32b52ef455110a Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE protocol over HTTP tunneling library - development files This package contains the header files and static library for the ACE HTBP library. Package: libace-inet-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 474 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: ./amd64/libace-inet-7.0.0_7.0.0-0+6.1_amd64.deb Size: 168460 MD5sum: 63d5e0de5ff2b9ede34d14913c376abb SHA1: d97fafbe7f303eddc14bfec2529a8405059c9aca SHA256: cacb7db1e1ede77a0ad52cd24e761dbf3b1ad2fadeb9192a366c9ae8d6a7f404 Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE Inet protocol library This package provides an ACE addon library for clients (and possibly servers at some point) using Inet protocols, such as HTTP or FTP. Package: libace-inet-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 334 Depends: libace-inet-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1) Filename: ./amd64/libace-inet-dev_7.0.0-0+6.1_amd64.deb Size: 83016 MD5sum: 63b2d92f5353e9c5e38726035c11ec71 SHA1: 46b914a891fbbc84d0bd31b1924af050a07ed76c SHA256: 3f37610d78ea5b2ef6ac4d2745e33257f5c78516d3d7a721601c0b56061b1028 Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE Inet protocol library - development files This package contains the header files and static library for the ACE Inet protocol library. Package: libace-inet-ssl-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 289 Depends: libace-inet-7.0.0 (>= 7.0.0), libace-ssl-7.0.0 (>= 7.0.0), libace-7.0.0 (>= 7.0.0), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5) Filename: ./amd64/libace-inet-ssl-7.0.0_7.0.0-0+6.1_amd64.deb Size: 105108 MD5sum: 2d47f4ce555e4a6c98ff005c90e618ba SHA1: c7ce128c0616495cf6431611bf3b99b57876e565 SHA256: 0568d83615707e9ae467b78c5e654c00d84487f15e046e959dca724b2f2ef94f Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE SSL-enabled Inet protocol library This package provides an ACE addon library for clients (and possibly servers at some point) using Inet protocols which support SSL, such as HTTPS or FTPS. Package: libace-inet-ssl-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 146 Depends: libace-inet-ssl-7.0.0 (= 7.0.0-0+6.1), libace-inet-dev (= 7.0.0-0+6.1), libace-ssl-dev (= 7.0.0-0+6.1) Filename: ./amd64/libace-inet-ssl-dev_7.0.0-0+6.1_amd64.deb Size: 63056 MD5sum: b3e395ffeba873c240c3e4dbf5acf26d SHA1: 0d64bf9d7ea4bd33b0f47e8471f1736bec571948 SHA256: b9887796502921dde771bff2ae64864f3a24fabea39883a40d9efb002aa695ae Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE SSL-enabled Inet protocol library - development files This package contains the header files and static library for the ACE SSL-enabled Inet protocol library. Package: libace-rmcast-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 238 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: ./amd64/libace-rmcast-7.0.0_7.0.0-0+6.1_amd64.deb Size: 102840 MD5sum: 5e1e5d3669b3a4ccd51665af34dc8c75 SHA1: e61bb1912ae4f1e81c9efc632feedc835a37782d SHA256: 114010d1bfcb45b0f9a3f117d000d5894fb2c2d6ef238533d86c079dc1a0ee27 Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE reliable multicast library The RMCast library is a reliable source-ordered multicast protocol implementation. . It uses sequence numbers on messages to ensure ordering, loss detection, and suppression of duplicates. Package: libace-rmcast-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 136 Depends: libace-rmcast-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1) Filename: ./amd64/libace-rmcast-dev_7.0.0-0+6.1_amd64.deb Size: 64108 MD5sum: 9c830bbc6a01376a7599ea084e41c3f7 SHA1: cc90389d5357935d0020a0be79c66685bc781be9 SHA256: 07e9eee56347312c5e226a589bf7e55c37367fb34e05e0fef650afaefac6847b Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE reliable multicast library - development files This package contains the header files and static library for the ACE reliable multicast library. Package: libace-ssl-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 210 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.15), libgcc-s1 (>= 3.0), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5) Filename: ./amd64/libace-ssl-7.0.0_7.0.0-0+6.1_amd64.deb Size: 86792 MD5sum: 04687a3d5450b34796dc02a6e742ef86 SHA1: f23495bea398e18c35b5b76024e54fab54de4ff9 SHA256: c1c854154dda9946e86027edd03654202b2f7526e45a1c406e607223a4e4dbee Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE secure socket layer library This package contains wrappers that integrate the OpenSSL library in the ACE framework. Package: libace-ssl-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 186 Depends: libace-ssl-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1), libssl-dev Filename: ./amd64/libace-ssl-dev_7.0.0-0+6.1_amd64.deb Size: 71552 MD5sum: cb457442416921ecdd86a5d80d94ace8 SHA1: 23d14faaac1fbe88d781703993554ad17e4b4799 SHA256: 09bd07a50c4d21488817f67336131265349cf9284ac45160597dc1b55d4a5b76 Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE secure socket layer library - development files This package contains the header files and static library for the ACE SSL library. Package: libace-tkreactor-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 182 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libtcl8.6 (>= 8.6.0) Filename: ./amd64/libace-tkreactor-7.0.0_7.0.0-0+6.1_amd64.deb Size: 84708 MD5sum: 0f486c81cca01f757c709272f555eaed SHA1: 68e288c8eaa420ea1b35dbfbb8c305b6c56fa5f0 SHA256: 1bb631a369e3ab5314ea85d61cab01280d42bacb4e8a5683eb021d14ef7815b8 Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE-GUI reactor integration for Tk Recognizing the need to write reactor-based GUI applications, the ACE community has created several reactor extensions for use with X Window System. Each of these extends the ACE_Select_Reactor to work with a specific toolkit. By using these reactors, your GUI application can remain single threaded yet still respond to both GUI events, such as button presses, and your own application events. . The ACE_TkReactor provides reactor functionality around the popular Tcl/Tk library. The underlying Tcl/Tk method used is Tcl_DoOneEvent(). Package: libace-tkreactor-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 98 Depends: libace-tkreactor-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1), tk-dev (>= 8.5) Filename: ./amd64/libace-tkreactor-dev_7.0.0-0+6.1_amd64.deb Size: 56772 MD5sum: 10e75b3eeafaacde5bafc7ca32274a6a SHA1: c0cd71dd47ec6cc4facfaeec2d6a938fb9cf2fc1 SHA256: 49d97591f4797e22266d0df6680b8a0a6c64da5a32079ef805afb56576b5d1cd Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE-GUI reactor integration for Tk - development files This package contains header files and static library for the ACE-Tk reactor integration. Package: libace-tmcast-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 138 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: ./amd64/libace-tmcast-7.0.0_7.0.0-0+6.1_amd64.deb Size: 70260 MD5sum: 6655229f361bb86f7dc40204f7d9a8b8 SHA1: 46dfdafc5afed3605903880802d0ff4cdba7343b SHA256: 90be3a03a2dc82541d972226127d7e3f65d73e68539d4627966ee137a40ea8f3 Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE transactional multicast library The TMCast library is a transactional multicast protocol implementation. . Each message is delivered to multicast group members as a transaction: an atomic, consistent, and isolated action. Package: libace-tmcast-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 118 Depends: libace-tmcast-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1) Filename: ./amd64/libace-tmcast-dev_7.0.0-0+6.1_amd64.deb Size: 63248 MD5sum: a7294b7e5e9ee99a49eaae8cb607be4c SHA1: 077313a5e132acb6b3fbe26292de910c55652965 SHA256: f513218e978c9985193b5626c34b18e588730df1af407841ed12ce3661be15ff Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE transactional multicast library - development files This package contains the header files and static library for the ACE transactional multicast library. Package: libace-xml-utils-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 122 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libxerces-c3.2 Filename: ./amd64/libace-xml-utils-7.0.0_7.0.0-0+6.1_amd64.deb Size: 64640 MD5sum: 0f86efb1d9f8d71071da8ac4ea9733a1 SHA1: 7e33e58607aa3d224063dc028707b5bd155f23e8 SHA256: 6174ac57180ae40955c379bf534bd43bae232a082f3286340626fdfaebe394cb Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE XML utility classes and methods This package provides useful classes and methods for XML parsing with Xerces, including simplified strings, schema resolution, validation and more. . ACE XML Utils is used by DAnCE and OpenDDS. Package: libace-xml-utils-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 194 Depends: libace-xml-utils-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1), libxerces-c-dev Replaces: libace-dev (<< 5.7.7-4) Filename: ./amd64/libace-xml-utils-dev_7.0.0-0+6.1_amd64.deb Size: 70748 MD5sum: 962118619a12eb8e95fd85037ee2e27b SHA1: 84364a08973ad8d45024a87aa13feb0b788c1408 SHA256: 07e9204e323f8191e2b07f2ea03e53b65e7a55253a15662091e5449caaaffa1c Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE XML utility classes and methods - development files This package contains the header files and static library for the ACE XML Utils library Package: libace-xtreactor-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 182 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libxt6 Filename: ./amd64/libace-xtreactor-7.0.0_7.0.0-0+6.1_amd64.deb Size: 84856 MD5sum: 36c73a054db6609e10f7bb8f414078e0 SHA1: 2f18d7317e900617070e4ffca62dbe64ee8200d5 SHA256: 090ad2136ec6e81c4e45277e5f9f1c1108b774b6a23ebf5e8d141c51ffadd47f Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE-GUI reactor integration for Xt Recognizing the need to write reactor-based GUI applications, the ACE community has created several reactor extensions for use with X Window System. Each of these extends the ACE_Select_Reactor to work with a specific toolkit. By using these reactors, your GUI application can remain single threaded yet still respond to both GUI events, such as button presses, and your own application events. . The ACE_XtReactor extends both the ACE_Select_Reactor and the X Toolkit library function XtWaitForMultipleEvents(). Package: libace-xtreactor-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 99 Depends: libace-xtreactor-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1), libxt-dev (>= 4.3.0) Filename: ./amd64/libace-xtreactor-dev_7.0.0-0+6.1_amd64.deb Size: 56928 MD5sum: 275bbdee6872f73cc432773a5ef6e87e SHA1: a23557d0cf6f90a97808a44a633b22b0e8a3d41e SHA256: 860f7a704863405aa2c4cbe77b1f0093a88967e07dc29d6ebf60b44854dcd164 Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE-GUI reactor integration for Xt - development files This package contains header files and static library for the ACE-Xt reactor integration. Package: libacexml-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 381 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: ./amd64/libacexml-7.0.0_7.0.0-0+6.1_amd64.deb Size: 128600 MD5sum: ac9769c2ec1b66eb100015d9aa549aef SHA1: 976ff7d34bad5b9b7b6406b85faca1896c2cba73 SHA256: 6982f1334388d5e8929b000c674a143ae1963ebffcb0fa4977795dbbd2d400f5 Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE SAX based XML parsing library This package provides interfaces for XML parsing based on Simple API for XML (SAX) 2.0, defined by David Megginson. This is an event-driven parsing approach. . ACEXML is a small footprint and portable library. It does not validate XML documents and supports only Unicode encoding. Package: libacexml-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 347 Depends: libacexml-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1) Replaces: libace-dev (<< 5.7.7-4) Filename: ./amd64/libacexml-dev_7.0.0-0+6.1_amd64.deb Size: 90700 MD5sum: a88431ab10fabf2f0ff127f4f86fbab4 SHA1: 465a8b0e428924ed204152312931026735c44c25 SHA256: f9e3096976ea3c1e3aa9a158e82b67c67b36ce4b91b326f72106c34a63fbd8e1 Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE SAX based XML parsing library - development files This package contains the header files and static library for the ACE XML parsing library. Package: libkokyu-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 159 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: ./amd64/libkokyu-7.0.0_7.0.0-0+6.1_amd64.deb Size: 75664 MD5sum: bd51e72f9918fbdb65f9f69c4665a55b SHA1: b49f5f292d2a4791b07e8c40c27b3dbbea9364c8 SHA256: 8254287c2fa65dbeb4c0ad526d0777663b4eaa6dc19da7decfa341e5578dfa30 Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE scheduling and dispatching library Kokyu is a library designed to provide flexible scheduling and dispatching services. . Currently it provides real-time scheduling and dispatching services for TAO real-time CORBA Event Service. Package: libkokyu-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 457 Depends: libkokyu-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1) Filename: ./amd64/libkokyu-dev_7.0.0-0+6.1_amd64.deb Size: 277372 MD5sum: f924d46abea91fe0593f82836feff7b9 SHA1: a7b238f58a598255be82a7e806a2878719aede4c SHA256: deeba7359d869692e21e3fec6d922641d7f13c32cf5c1ccbb3e6beedd23b6aa0 Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE scheduling and dispatching library - development files This package contains the header files and static library for the ACE scheduling and dispatching library. Package: libnetsvcs-7.0.0 Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 394 Depends: libace-7.0.0 (>= 7.0.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: ./amd64/libnetsvcs-7.0.0_7.0.0-0+6.1_amd64.deb Size: 130548 MD5sum: 19cd2777d1aa2547f2f8ede7bae362e9 SHA1: dd430426952978afbbf3dc19b75ab4078d7a3f5c SHA256: cac2ed404ab083bacdfe6e4e93bf425a9d63bdc90d89a8e0ac11236cb601ac71 Section: libs Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE network service implementations - libraries ACE network services provide reusable components for common distributed system tasks such as logging, naming, locking, and time synchronization. . This package contains runtime libraries for ACE network services. Package: libnetsvcs-dev Source: ace Version: 7.0.0-0+6.1 Architecture: amd64 Maintainer: Debian ACE maintainers Installed-Size: 166 Depends: libnetsvcs-7.0.0 (= 7.0.0-0+6.1), libace-dev (= 7.0.0-0+6.1) Filename: ./amd64/libnetsvcs-dev_7.0.0-0+6.1_amd64.deb Size: 73640 MD5sum: 6c7e1b2baaafd657b986a687b9950c79 SHA1: e542e0286bbec91924a5b5359d6ddb53b4811de8 SHA256: 16539947ced2c7d12b06b7b318821cb549d18b321919715e0a022b1e3af9ce14 Section: libdevel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: ACE network service implementations - development files ACE network services provide reusable components for common distributed system tasks such as logging, naming, locking, and time synchronization. . This package contains header files and static library for the ACE network services library. Package: mpc-ace Source: ace Version: 7.0.0-0+6.1 Architecture: all Maintainer: Debian ACE maintainers Installed-Size: 2176 Depends: perl:any Recommends: make Suggests: libace-dev, pkg-config Replaces: libace-dev (= 5.6.3-4) Filename: ./all/mpc-ace_7.0.0-0+6.1_all.deb Size: 329552 MD5sum: 1ce773d6f026bbd03f830177bbaef9c8 SHA1: 3c49b5b42c36fddd43e33ecd4ec04d6eebacc16b SHA256: 7b47e3bd93fe010a723a44b63dcee83b59146e2ab3fe23ea0ffe8b21d472a207 Section: devel Priority: optional Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: makefile, project, and workspace creator This package contains the Makefile, Project, and Workspace Creator (MPC) as distributed with the ACE toolkit. . MPC generates platform- and compiler-specific files to automate the compilation process. . The following programs are included: * mpc-ace: generates project files for a single target * mwc-ace: generates workspace files for a set of projects