Skip to content

Commit

Permalink
gwindows 1.4.2 (alire-project#1029)
Browse files Browse the repository at this point in the history
* Create gwindows-1.4.2.toml

* Update gwindows-1.4.2.toml

GMGPL license not recognized; put back string from previous release.

* Update gwindows-1.4.2.toml

Zip ball uses the Zip 2.0 compression format (Deflate).

* Update gwindows-1.4.2.toml

Using a single root dir within Zip ball.

* Update gwindows-1.4.2.toml

Using Git (as in previous releases) instead of a Zip ball.
NB: the Alire test failure was something else (GNAT not found), but who knows...

* Update gwindows-1.4.2.toml

Removed extra GNATCOM tools path.
  • Loading branch information
zertovitch authored and pmunts committed May 11, 2024
1 parent 5ae823b commit 7457f99
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions index/gw/gwindows/gwindows-1.4.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
name = "gwindows"
version = "1.4.2"
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 = """
**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)
* **Free**, Open-Source
* 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
"""

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

[origin]
commit = "407adc2e77bd3f3fc43522c5c73256495c29406d"
url = "git+https://github.com/zertovitch/gwindows.git"

0 comments on commit 7457f99

Please sign in to comment.