Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create gwindows-1.4.3.toml #1036

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions index/gw/gwindows/gwindows-1.4.3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
name = "gwindows"
version = "1.4.3"
description = "GWindows - Ada Framework for Windows Development"
authors = [
"David Botton",
"Gautier de Montmollin"
]
maintainers = [
"Felix Patschkowski <[email protected]>",
"[email protected]"
]
maintainers-logins = [
"patschkowski",
"zertovitch"
]

long-description = """
&nbsp; <img src="https://a.fsdn.com/con/app/proj/gnavi/screenshots/elsch_2022_1000px-2eaf2d5e.jpg" alt="GWindows screenshot 1" width="auto" height="100">
&nbsp;&nbsp; <img src="https://a.fsdn.com/con/app/proj/gnavi/screenshots/pfm-c11ec1a6.png" alt="GWindows screenshot 2" width="auto" height="100">
&nbsp;&nbsp; <img src="https://a.fsdn.com/con/app/proj/gnavi/screenshots/krikos_win11-4baad1ca.png" alt="GWindows screenshot 3" width="auto" height="100">

**GWindows** is a full Microsoft Windows Rapid Application Development
framework for programming GUIs (Graphical User Interfaces) with Ada.

Key features of GWindows:

* Complete Windows framework
* Pure Ada code, standalone
* Object-Oriented
* Code generator (GWenerator)
* License: GMGPL
* Builds to 32 bit and to 64 bit native Windows applications
* Works on both ANSI and Unicode character modes
* Includes GNATCOM, an ActiveX/COM framework
* Tests, demos, samples and tutorials included
* **Free**, Open-Source
"""

licenses = "LGPL-2.0-or-later"

project-files = [
"gnatcom/gnatcom.gpr",
"gnatcom/gnatcom_tools.gpr",
"gwindows/gwindows.gpr",
"gwindows/gwindows_contrib.gpr",
"gwindows/gwindows_samples.gpr"
]
executables = [
"game_of_life_interactive",
"mdi_example",
"sci_example",
"demo_exlv1",
"demo_exlv2",
"demo_exlv3",
"bindcom",
"comscope",
"createcom",
"makeguid"
]
tags = [
"gui", "rad", "windows"
]
website = "https://sourceforge.net/projects/gnavi/"

[available.'case(os)']
windows = true
'...' = false

[environment.PATH]
prepend = "${CRATE_ROOT}/alire/build/gnatcom/tools"

[origin]
url = "https://sourceforge.net/projects/gnavi/files/GWindows%20Archive%2013-Apr-2024%20%28Root%20Dir%20and%20Zip%202.0%29.zip"
hashes = ["sha512:a13ac6e34ad5c278b5f8c341298edc748aa2ea0554fa38c3831765f2f58932fad373d583f76288a0e9acb9e1afa9463f85992a8d86ea7035e375125f77b035f3"]
Loading