Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AdaCore/win32ada
Ada API to the Windows library
https://github.com/AdaCore/win32ada
Last synced: 3 months ago
JSON representation
Ada API to the Windows library
- Host: GitHub
- URL: https://github.com/AdaCore/win32ada
- Owner: AdaCore
- License: other
- Created: 2017-06-08T11:50:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T15:59:42.000Z (3 months ago)
- Last Synced: 2024-10-25T23:24:14.458Z (3 months ago)
- Language: Ada
- Homepage:
- Size: 2.78 MB
- Stars: 17
- Watchers: 32
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ada - win32ada - Ada API to the Windows library. (Libraries / Windows and .NET)
README
Win32Ada
========Ada API to the Windows library.
Installation
------------To configure, compile and install Win32Ada:
```
$ make build
$ make install
```This will install Win32Ada into the current GNAT compiler standard
location.Usage
-----To include Win32Ada into your application you just need to import
the Win32Ada project file.```
with "win32ada.gpr";
project Proj is
...
end Proj;
```License
-------
Royalty-free, unlimited, worldwide, non-exclusive use, modification,
reproduction and further distribution of this file is permitted.`SPDX-License-Identifier: NOASSERTION`