The Simple components for Ada library provides implementations of smart pointers for automatically collected objects (using reference counting), object persistence, unbounded and bounded arrays of smart pointers, generic unbounded arrays of private objects and plain pointers, generic sets, maps, arbitrary precision arithmetic, B-trees, directed graphs, directed weighted graphs, stacks, and storage pools. It also includes table management, string editing, IEEE 754 support, and infix expression parsing tools. Implementations of some lock-free shared data structures are provided.
Features
- Ada 95, 2005, 2012 compliant
- Arbitrary precision arithmetic
- ASN.1 implementation, no code generator used
- B-trees in-memory and externally held
- Chebyshev series
- Doubly-linked webs and lists
- Lock-free blackboards
- Graphs (directed, weighted, acyclic, trees)
- Events (plain, pulse, array of)
- HTTP implementation, socket-select based for massive connections number
- Lock-free FIFO
- IEEE 754 portable encoding and decoding
- Interprocess RPC, memory pools, mutexes, events
- JSON parser
- LDAP client and server
- MODBUS stack
- MQTT stack and full broker implementation
- Multiple connection TCP servers
- Primality tests, Montgomery domain, Barret reduction
- Protable mutexes
- Reference counted objects and handles to
- ODBC bindings
- SQLite3 bindings
- Persistency layer, supporting objects with dependencies
- Sets and maps
- Stacks
- Storage pools implementations
- Streams implementations, String-backed, in-memory streams
- Table-driven parsers
- Tables for Ada and Strings Edit for Ada libraries are included
- Unbounded arrays and unbounded arrays of pointers
- X.509 certificates
- Examples (full Ada 95 expression parser, calculator etc)
License
Creative Commons Attribution ShareAlike License V3.0Follow Simple components for Ada
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Top quality and portable! The modest name (Simple components) hides actually a large collection of full-featured libraries (including a Web server!) I use only a fraction of - well, probably a larger part than I am aware of... The Simple components are used in at least two other SF projects: GNOGA and Excel Writer. They are surely used in many other Ada OSS projects, and of course in many Ada projects generally.