ace 6.4.5+dfsg-1build1 source package in Ubuntu
Changelog
ace (6.4.5+dfsg-1build1) bionic; urgency=medium * No-change rebuild for libxerces soname change. -- Matthias Klose <email address hidden> Thu, 16 Nov 2017 13:01:04 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Bionic
- Original maintainer:
- Debian ACE+TAO maintainers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ace_6.4.5+dfsg.orig.tar.gz | 8.0 MiB | d281d2e7e09d484c495036cb9224b59df38efa1f33cfb242354bdc96f08c1e21 |
ace_6.4.5+dfsg-1build1.debian.tar.xz | 36.3 KiB | 8db430c8353820bdaf9cd35e815c84b3ceb275c7a12f80575b2d8f6de302e8d0 |
ace_6.4.5+dfsg-1build1.dsc | 4.3 KiB | 3af875d858b977b68397d3193232307d087d78a1d9f8d2ead07fd06bd1c38d50 |
Available diffs
Binary packages built by this source
- ace-gperf: 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.
- ace-gperf-dbgsym: debug symbols for ace-gperf
- ace-netsvcs: 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.
- ace-netsvcs-dbgsym: debug symbols for ace-netsvcs
- gperf-ace: ACE perfect hash function generator (transitional package)
This package is a transitional package to ace-gperf.
.
It can be safely removed after installation.
- libace-6.4.5: 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
- libace-6.4.5-dbgsym: debug symbols for libace-6.4.5
- libace-dev: C++ network programming framework - development files
This package contains the header files and static library for the ACE
framework.
- libace-doc: C++ network programming framework - documentation
This package contains the ACE overview documentation, tutorials,
examples, and information regarding upstream development.
- libace-flreactor-6.4.5: 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.
- libace-flreactor-6.4.5-dbgsym: debug symbols for libace-flreactor-6.4.5
- libace-flreactor-dev: ACE-GUI reactor integration for FLTK - development files
This package contains header files and static library for the ACE-FLTK
reactor integration.
- libace-foxreactor-6.4.5: 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.
- libace-foxreactor-6.4.5-dbgsym: debug symbols for libace-foxreactor-6.4.5
- libace-foxreactor-dev: ACE-GUI reactor integration for FOX - development files
This package contains header files and static library for the ACE-FOX
reactor integration.
- libace-htbp-6.4.5: 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.
- libace-htbp-6.4.5-dbgsym: debug symbols for libace-htbp-6.4.5
- libace-htbp-dev: ACE protocol over HTTP tunneling library - development files
This package contains the header files and static library for the ACE
HTBP library.
- libace-inet-6.4.5: 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.
- libace-inet-6.4.5-dbgsym: debug symbols for libace-inet-6.4.5
- libace-inet-dev: ACE Inet protocol library - development files
This package contains the header files and static library for the ACE
Inet protocol library.
- libace-inet-ssl-6.4.5: 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.
- libace-inet-ssl-6.4.5-dbgsym: debug symbols for libace-inet-ssl-6.4.5
- libace-inet-ssl-dev: 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.
- libace-rmcast-6.4.5: 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.
- libace-rmcast-6.4.5-dbgsym: debug symbols for libace-rmcast-6.4.5
- libace-rmcast-dev: ACE reliable multicast library - development files
This package contains the header files and static library for the ACE
reliable multicast library.
- libace-ssl-6.4.5: ACE secure socket layer library
This package contains wrappers that integrate the OpenSSL library in
the ACE framework.
- libace-ssl-6.4.5-dbgsym: debug symbols for libace-ssl-6.4.5
- libace-ssl-dev: ACE secure socket layer library - development files
This package contains the header files and static library for the ACE
SSL library.
- libace-tkreactor-6.4.5: 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().
- libace-tkreactor-6.4.5-dbgsym: debug symbols for libace-tkreactor-6.4.5
- libace-tkreactor-dev: ACE-GUI reactor integration for Tk - development files
This package contains header files and static library for the ACE-Tk
reactor integration.
- libace-tmcast-6.4.5: 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.
- libace-tmcast-6.4.5-dbgsym: debug symbols for libace-tmcast-6.4.5
- libace-tmcast-dev: ACE transactional multicast library - development files
This package contains the header files and static library for the ACE
transactional multicast library.
- libace-xml-utils-6.4.5: 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.
- libace-xml-utils-6.4.5-dbgsym: debug symbols for libace-xml-utils-6.4.5
- libace-xml-utils-dev: ACE XML utility classes and methods - development files
This package contains the header files and static library for the ACE XML
Utils library
- libace-xtreactor-6.4.5: 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( ).
- libace-xtreactor-6.4.5-dbgsym: debug symbols for libace-xtreactor-6.4.5
- libace-xtreactor-dev: ACE-GUI reactor integration for Xt - development files
This package contains header files and static library for the ACE-Xt
reactor integration.
- libacexml-6.4.5: 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.
- libacexml-6.4.5-dbgsym: debug symbols for libacexml-6.4.5
- libacexml-dev: ACE SAX based XML parsing library - development files
This package contains the header files and static library for the ACE
XML parsing library.
- libkokyu-6.4.5: 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.
- libkokyu-6.4.5-dbgsym: debug symbols for libkokyu-6.4.5
- libkokyu-dev: ACE scheduling and dispatching library - development files
This package contains the header files and static library for the ACE
scheduling and dispatching library.
- libnetsvcs-6.4.5: 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.
- libnetsvcs-6.4.5-dbgsym: debug symbols for libnetsvcs-6.4.5
- libnetsvcs-dev: 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.
- mpc-ace: 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