Skip to content

Commit

Permalink
Adjustment in the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-strandberg committed Jan 18, 2017
1 parent 89acc24 commit b3c6076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with:
The file xproto.xml may be found in the xproto_parsing directory. The idea is to open the file xcb_parser.gpr in the GPS (GNAT Programming Studio), build the sources and then execute the application by clicking the "play" button from inside the GPS (this will make the application execute in the xproto_parsing directory and the application will be able to find the xproto.xml-file).

# Brad Moore's Deepend
The Deepend open source project provides three different implementations of Storage Pools and Subpools: Ada95, Ada2005 and Ada2012 implementations. The xproto.xml file parser is implemented in Ada95 and is an example of how to use the Ada95 implementation of Storage Pools.
The Deepend open source project provides three different implementations of Storage Pools and Subpools: Ada95, Ada2005 and Ada2012 implementations. The xproto.xml file parser is implemented in Ada95 and is an example of how to use the Ada95 implementation of Storage Pools (the package Basic_Bounded_Dynamic_Pools).

# Thanks to
- Dmitry Kazakov for writing his Simple Components. They are used in the xproto.xml-file parser application for reading UTF8-characters.
Expand Down

0 comments on commit b3c6076

Please sign in to comment.