Transition the index to TOML files
This commit is contained in:
committed by
Alejandro R Mosteo
parent
245043eba5
commit
9136b58856
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "Alex's Ada Assortment (of miscellaneous utilities)"
|
||||
licenses = ["LGPL 3.0"]
|
||||
authors = ["alejandro@mosteo.com"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['1.0.0']
|
||||
origin = "git+https://github.com/mosteo/aaa.git@3b263b6cb858c1ca0043674d21ae3e618c4026e2"
|
||||
@@ -0,0 +1,14 @@
|
||||
[general]
|
||||
description = "An Ada binding for Lua"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["AdaCore"]
|
||||
website = "https://github.com/AdaCore/ada-lua"
|
||||
maintainers = ["AdaCore"]
|
||||
|
||||
['0.0.0-5.3']
|
||||
origin = "git+https://github.com/alire-project/ada-lua.git@ba2fcbf9f8d54d3f6362f20523deb4371371f658"
|
||||
project-files = ["lua.gpr"]
|
||||
executables = ["main"]
|
||||
|
||||
['0.0.0-5.3'.depends-on]
|
||||
liblua = "^5.3"
|
||||
@@ -0,0 +1,28 @@
|
||||
[general]
|
||||
description = "Wrapper on different packagings of NcursesAda"
|
||||
licenses = []
|
||||
authors = ["Thomas E. Dickey"]
|
||||
website = "http://invisible-island.net/ncurses/ncurses-Ada95.html"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
notes = """
|
||||
AdaCurses is the project name used by upstream, thus adacurses.gpr.
|
||||
However, some distros (e.g., Debian family) use ncursesada.gpr. This
|
||||
package wraps these differences so clients can always safely use
|
||||
adacurses."
|
||||
"""
|
||||
|
||||
[general.available.'case(distribution)']
|
||||
'debian|ubuntu' = true
|
||||
'...' = false
|
||||
|
||||
[6]
|
||||
origin = "git+https://github.com/alire-project/adacurses-wrapper.git@4ccb20409becb50c0b5fd29effb676b650608326"
|
||||
|
||||
[6.depends-on]
|
||||
ncursesada = "^6"
|
||||
|
||||
[5]
|
||||
origin = "git+https://github.com/alire-project/adacurses-wrapper.git@4ccb20409becb50c0b5fd29effb676b650608326"
|
||||
|
||||
[5.depends-on]
|
||||
ncursesada = "^5"
|
||||
@@ -0,0 +1,21 @@
|
||||
[general]
|
||||
description = "Experimental YAML 1.3 implementation in Ada"
|
||||
licenses = ["MIT"]
|
||||
authors = ["Felix Krause"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
website = "https://ada.yaml.io/"
|
||||
|
||||
project-files = ["yaml.gpr", "yaml-utils.gpr"]
|
||||
|
||||
[general.depends-on]
|
||||
aunit = "^2017"
|
||||
|
||||
[general.gpr-externals]
|
||||
Mode = ["debug", "release"]
|
||||
|
||||
['0.3']
|
||||
origin = "git+https://github.com/yaml/AdaYaml.git@2017a7c2523499c03b8d7fe06546a5a8bae6476d"
|
||||
project-files = ["yaml-annotation_processor.gpr"]
|
||||
|
||||
['0.2']
|
||||
origin = "git+https://github.com/yaml/AdaYaml.git@0264b03fd92eeedfe3e2713ed1da3f0d255c1727"
|
||||
@@ -0,0 +1,18 @@
|
||||
[general]
|
||||
description = "Experimental YAML 1.3 implementation in Ada (server component)"
|
||||
licenses = ["MIT"]
|
||||
authors = ["Felix Krause"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
website = "https://ada.yaml.io/"
|
||||
|
||||
project-files = ["yaml-server.gpr"]
|
||||
executables = ["yaml-server"]
|
||||
|
||||
[general.depends-on]
|
||||
aunit = "^2017"
|
||||
|
||||
[general.gpr-externals]
|
||||
Mode = ["debug", "release"]
|
||||
|
||||
['0.3']
|
||||
origin = "git+https://github.com/yaml/AdaYaml.git@2017a7c2523499c03b8d7fe06546a5a8bae6476d"
|
||||
@@ -0,0 +1,17 @@
|
||||
[general]
|
||||
description = "Ada General Purpose Library with a robotics flavor"
|
||||
licenses = ["LGPL 3.0"]
|
||||
authors = ["alejandro@mosteo.com"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.depends-on]
|
||||
libgsl = "any"
|
||||
|
||||
[general.gpr-externals]
|
||||
Agpl_Include_Concorde = ["True", "False"]
|
||||
Agpl_Include_Db = ["True", "False"]
|
||||
Agpl_Include_Boost = ["True", "False"]
|
||||
Agpl_Include_PngIO = ["True", "False"]
|
||||
|
||||
['1.0.0']
|
||||
origin = "git+https://github.com/mosteo/agpl.git@00ac879f8d049171206699da39ac01f126b196e0"
|
||||
@@ -0,0 +1,11 @@
|
||||
[general]
|
||||
description = "Generator of JUnit-compatible XML reports"
|
||||
licenses = ["LGPL 3.0"]
|
||||
authors = ["Alejandro R. Mosteo"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.depends-on]
|
||||
xml_ez_out = "^1.6"
|
||||
|
||||
['1.0.0']
|
||||
origin = "git+https://github.com/mosteo/ajunitgen.git@d2d110f92b8175ace6668dfdb639ea10ece5a822"
|
||||
@@ -0,0 +1,34 @@
|
||||
[general]
|
||||
description = "Alire project catalog and support files"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["Alejandro R. Mosteo"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['0.6']
|
||||
origin = "git+https://github.com/alire-project/alire.git@f418890a85f421b20ad00f1f52259c122f883aca"
|
||||
|
||||
['0.6'.depends-on]
|
||||
aaa = "^1.0.0"
|
||||
semantic_versioning = "~0.3.2"
|
||||
simple_logging = "^1.0"
|
||||
|
||||
['0.5']
|
||||
origin = "git+https://github.com/alire-project/alire.git@f418890a85f421b20ad00f1f52259c122f883aca"
|
||||
|
||||
['0.5'.depends-on]
|
||||
semantic_versioning = "~0.3.2"
|
||||
simple_logging = "^1.0"
|
||||
|
||||
['0.4']
|
||||
origin = "git+https://github.com/alire-project/alire.git@219cdcbc5f26efca331400582026c6377ef0f794"
|
||||
|
||||
['0.4'.depends-on]
|
||||
semantic_versioning = "~0.3.1"
|
||||
simple_logging = "^1.0"
|
||||
|
||||
['0.2']
|
||||
origin = "git+https://github.com/alire-project/alire.git@5ba81ba33dfeb184b2e644ef2996200b5fdd6ae4"
|
||||
|
||||
['0.2'.depends-on]
|
||||
semantic_versioning = "~0.3"
|
||||
simple_logging = "^1.0"
|
||||
@@ -0,0 +1,38 @@
|
||||
[general]
|
||||
description = "Command-line tool from the Alire project"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["Alejandro R. Mosteo"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['0.6']
|
||||
origin = "git+https://github.com/alire-project/alr.git@7686e42addf0a341a72383572555c75ad0516a4e"
|
||||
|
||||
['0.6'.depends-on]
|
||||
alire = "~0.6"
|
||||
ajunitgen = "^1.0.0"
|
||||
|
||||
['0.5']
|
||||
origin = "git+https://github.com/alire-project/alr.git@d26955fbfd8ef8b301791ab554113af1c6d46365"
|
||||
|
||||
['0.5'.depends-on]
|
||||
alire = "~0.5"
|
||||
ajunitgen = "^1.0.0"
|
||||
|
||||
['0.4']
|
||||
origin = "git+https://github.com/alire-project/alr.git@721d111225cf30b9c298ff23587664510f4c4ea1"
|
||||
|
||||
['0.4'.depends-on]
|
||||
alire = "~0.4"
|
||||
xml_ez_out = "^1.6"
|
||||
|
||||
['0.2']
|
||||
origin = "git+https://github.com/alire-project/alr.git@481a22aceb07242cabaefedbb41b2d6fe7a8bd1e"
|
||||
|
||||
['0.2'.depends-on]
|
||||
alire = "~0.2"
|
||||
|
||||
['0.1.2']
|
||||
origin = "git+https://github.com/alire-project/alr.git@4002536beea8aee12b455077df4dd144b409bde4"
|
||||
|
||||
['0.1.2'.depends-on]
|
||||
alire = "~0.1.2"
|
||||
@@ -0,0 +1,11 @@
|
||||
[general]
|
||||
description = "APQ Ada95 Database Library (core)"
|
||||
licenses = ["GMGPL 2.0", "GMGPL 3.0"]
|
||||
project-files = ["apq.gpr"]
|
||||
|
||||
[general.gpr-externals]
|
||||
OS = ["Windows_NT", "GNU/Linux", "Darwin"]
|
||||
DEBUG = ["true", "false"]
|
||||
|
||||
['3.2.0']
|
||||
origin = "git+https://github.com/alire-project/apq.git@3b5b4b99f528f853e02abf239da7db3d8c9962b4"
|
||||
@@ -0,0 +1,34 @@
|
||||
[general]
|
||||
description = "Ada Semantic Interface Specification or ASIS (library part)"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["AdaCore"]
|
||||
website = "https://www.adacore.com/download/more"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.depends-on]
|
||||
make = "any"
|
||||
|
||||
[2018]
|
||||
origin = "http://mirrors.cdn.adacore.com/art/5b0819e0c7a447df26c27ab8"
|
||||
archive-name = "asis-gpl-2018-20180524-src.tar.gz"
|
||||
project-files = ["asis-gpl-2018-src/asis.gpr"]
|
||||
|
||||
[[2018.actions]]
|
||||
type = "post-fetch"
|
||||
command = "make setup-snames -C asis-gpl-2018-src"
|
||||
|
||||
[2018.available.'case(compiler)']
|
||||
gnat-community-2018 = true
|
||||
'...' = false
|
||||
|
||||
[2017]
|
||||
origin = "http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecffb"
|
||||
archive-name = "asis-gpl-2017-src.tar.gz"
|
||||
project-files = ["asis-gpl-2017-src/asis.gpr"]
|
||||
|
||||
[[2017.actions]]
|
||||
type = "post-fetch"
|
||||
command = "make setup-snames -C asis-gpl-2017-src"
|
||||
|
||||
[2017.available.'case(compiler)']
|
||||
gnat-community-2018 = true
|
||||
@@ -0,0 +1,16 @@
|
||||
[general]
|
||||
description = "Ada unit test framework"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["AdaCore"]
|
||||
website = "https://www.adacore.com/download/more"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
project-files = ["aunit.gpr"]
|
||||
|
||||
[general.gpr-externals]
|
||||
RUNTIME = ["full", "zfp", "ravenscar", "ravenscar-cert", "cert"]
|
||||
|
||||
[2017]
|
||||
origin = "git+https://github.com/alire-project/libaunit.git@b66a41ceb35bfc81b9345655c5f46317a57de3b4"
|
||||
executables = ["aunit_harness", "run-ppc-elf", "test_liskov",
|
||||
"test_calculator", "math"]
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "Convenience subprograms to interact with C strings"
|
||||
licenses = ["LGPL 3.0"]
|
||||
authors = ["alejandro@mosteo.com"]
|
||||
maintainers = ["AdaCore"]
|
||||
|
||||
['1.0.0']
|
||||
origin = "git+https://github.com/mosteo/cstrings.git@2bd507ca150d2c58e13ae98443614a3c85330cb5"
|
||||
@@ -0,0 +1,12 @@
|
||||
[general]
|
||||
description = "A suite of dynamic storage pools with subpool capabilities"
|
||||
licenses = ["GPL 2.0"]
|
||||
authors = ["Brad Moore"]
|
||||
website = "https://sourceforge.net/projects/deepend/"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['3.9']
|
||||
origin = "git+https://github.com/alire-project/deepend.git@4491dcf36a9264110f9cd3876cdcd476f1fbf09d"
|
||||
|
||||
['3.9'.gpr-externals]
|
||||
Ada_Mode = ["95", "2005", "2012"]
|
||||
@@ -0,0 +1,13 @@
|
||||
[general]
|
||||
description = "Partial binding to libdl"
|
||||
licenses = ["LGPL 3.0"]
|
||||
authors = ["alejandro@mosteo.com"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
project-files = ["dl.gpr"]
|
||||
|
||||
[general.depends-on]
|
||||
c_strings = "^1.0.0"
|
||||
|
||||
['1.0.1']
|
||||
origin = "git+https://github.com/mosteo/dl-ada.git@6e86754884e58908777070798645475fd47a4d0a"
|
||||
@@ -0,0 +1,13 @@
|
||||
[general]
|
||||
description = "Apollo 11 lunar lander simulator (Ada/Gtk/Cairo)"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["Fabien Chouteau"]
|
||||
website = "https://blog.adacore.com/make-with-ada-the-eagle-has-landed"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['1.0']
|
||||
origin = "git+https://github.com/alire-project/eagle-lander.git@5a3bcc61eff4d60d2b741add7841410ce539d0b8"
|
||||
project-files = ["lunar_lander.gpr"]
|
||||
|
||||
['1.0'.depends-on]
|
||||
gtkada = "^17"
|
||||
@@ -0,0 +1,23 @@
|
||||
[general]
|
||||
description = "GL Object Based Engine for 3D in Ada"
|
||||
licenses = []
|
||||
authors = ["Gautier de Montmollin"]
|
||||
website = "https://globe3d.sourceforge.io/"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.available.'case(os)']
|
||||
linux = true
|
||||
'...' = false
|
||||
|
||||
[20180111]
|
||||
origin = "git+https://github.com/svn2github/GLOBE_3D.git@93f7185130e2fb0db7f1f7e67eaf1b6ca561d651"
|
||||
project-files = ["globe_3d.gpr"]
|
||||
|
||||
[20180111.depends-on]
|
||||
glut = "^2.8.1"
|
||||
|
||||
[20180111.gpr-externals]
|
||||
OS_Kind = ["linux", "macosx", "win32"]
|
||||
|
||||
[20180111.gpr-set-externals.OS_Kind.'case(os)']
|
||||
linux = "linux"
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "OpenGL Utility Toolkit"
|
||||
licenses = []
|
||||
|
||||
['2.8.1-3']
|
||||
['2.8.1-3'.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:freeglut3-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "GNAT is a compiler for the Ada programming language"
|
||||
licenses = []
|
||||
|
||||
['7.0']
|
||||
['7.0'.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:gnat-7"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,25 @@
|
||||
[general]
|
||||
description = "GNAT Components Collection - Core packages"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["AdaCore"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.gpr-externals]
|
||||
GNATCOLL_ATOMICS = ["intrinsic", "mutex"]
|
||||
GNATCOLL_OS = ["windows", "unix", "osx"]
|
||||
BUILD = ["DEBUG", "PROD"]
|
||||
LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||
|
||||
[general.gpr-set-externals]
|
||||
BUILD = "PROD"
|
||||
LIBRARY_TYPE = "static-pic"
|
||||
|
||||
[general.gpr-set-externals.GNATCOLL_OS.'case(os)']
|
||||
linux = "unix"
|
||||
macos = "osx"
|
||||
windows = "windows"
|
||||
|
||||
[2018]
|
||||
origin = "http://mirrors.cdn.adacore.com/art/5b0819dfc7a447df26c27a99"
|
||||
archive-name = "gnatcoll-core-gpl-2018-20180524-src.tar.gz"
|
||||
project-files = ["gnatcoll-core-gpl-2018-src/gnatcoll.gpr"]
|
||||
@@ -0,0 +1,23 @@
|
||||
[general]
|
||||
description = "GNAT Components Collection - Slim version (no dependencies)"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["AdaCore"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.gpr-externals]
|
||||
GNATCOLL_ATOMICS = ["intrinsic", "mutex"]
|
||||
GNATCOLL_OS = ["windows", "unix", "osx"]
|
||||
BUILD = ["DEBUG", "PROD"]
|
||||
LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||
|
||||
[general.gpr-set-externals]
|
||||
BUILD = "PROD"
|
||||
LIBRARY_TYPE = "static-pic"
|
||||
|
||||
[general.gpr-set-externals.GNATCOLL_OS.'case(os)']
|
||||
linux = "unix"
|
||||
macos = "osx"
|
||||
windows = "windows"
|
||||
|
||||
[20180425]
|
||||
origin = "git+https://github.com/alire-project/gnatcoll-core.git@81bc37d7548fe40024eb0f647df65ec42f65443b"
|
||||
@@ -0,0 +1,23 @@
|
||||
[general]
|
||||
description = "GNAT Components Collection - Slim version (no dependencies)"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["AdaCore"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.gpr-externals]
|
||||
GNATCOLL_ATOMICS = ["intrinsic", "mutex"]
|
||||
GNATCOLL_OS = ["windows", "unix", "osx"]
|
||||
BUILD = ["DEBUG", "PROD"]
|
||||
LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||
|
||||
[general.gpr-set-externals]
|
||||
BUILD = "prod"
|
||||
LIBRARY_TYPE = "static-pic"
|
||||
|
||||
[general.gpr-set-externals.GNATCOLL_OS.'case(os)']
|
||||
linux = "unix"
|
||||
macos = "osx"
|
||||
windows = "windows"
|
||||
|
||||
[20180425]
|
||||
origin = "git+https://github.com/alire-project/gnatcoll-core.git@7823e31add7133b9fbc6e037d9986a823e840dc0"
|
||||
@@ -0,0 +1,11 @@
|
||||
[general]
|
||||
description = "Ada binding for the GTK+ GUI"
|
||||
licenses = []
|
||||
|
||||
[general.depends-on]
|
||||
gnat = "any"
|
||||
|
||||
[17]
|
||||
[17.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libgtkada16.1.0-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,9 @@
|
||||
[general]
|
||||
description = "Hangman game for the console"
|
||||
licenses = []
|
||||
authors = ["Jon Hollan, Mark Hoffman, & Brandon Ball"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
executables = ["hangmain"]
|
||||
|
||||
['1.0']
|
||||
origin = "git+https://github.com/alire-project/Hangman.git@a57904920b81d72621aba434bf72e0175a12624d"
|
||||
@@ -0,0 +1,15 @@
|
||||
[general]
|
||||
description = """"Hello, world!" demonstration project"""
|
||||
licenses = []
|
||||
|
||||
['1.0.1']
|
||||
origin = "git+https://github.com/alire-project/hello.git@65725c20778875eef12b61a01b437120932965f3"
|
||||
|
||||
['1.0.1'.depends-on]
|
||||
libhello = "^1.0"
|
||||
|
||||
['1.0.0']
|
||||
origin = "git+https://github.com/alire-project/hello.git@8cac0afddc505794ae3e5634745ce0830129d241"
|
||||
|
||||
['1.0.0'.depends-on]
|
||||
libhello = "^1.0"
|
||||
@@ -0,0 +1,11 @@
|
||||
[general]
|
||||
description = "Ada wrapper for the fast Stachniss' Hungarian solver"
|
||||
licenses = ["LGPL 3.0"]
|
||||
authors = ["alejandro@mosteo.com"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.gpr-externals]
|
||||
Build_Type = ["Debug", "Release", "No_Option", "Profile"]
|
||||
|
||||
['1.0.0']
|
||||
origin = "git+https://github.com/mosteo/hungarian.git@2494b4501837979a92a1de90e05c95ed7b23ce93"
|
||||
@@ -0,0 +1,11 @@
|
||||
[general]
|
||||
description = "A standalone, portable Ada package for configuration files"
|
||||
licenses = ["MIT"]
|
||||
authors = ["Gautier de Montmollin", "Rolf Ebert"]
|
||||
website = "https://sourceforge.net/p/ini-files/"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
project-files = ["ini_files_gnat.gpr"]
|
||||
|
||||
['8.0']
|
||||
origin = "svn+https://svn.code.sf.net/p/ini-files/code/@28"
|
||||
@@ -0,0 +1 @@
|
||||
version = "1.0"
|
||||
@@ -0,0 +1,32 @@
|
||||
[general]
|
||||
description = "A crypto library for Ada with a nice API"
|
||||
licenses = ["GMGPL 2.0", "GMGPL 3.0"]
|
||||
authors = ["Christian Forler"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
project-files = ["libadacrypt.gpr"]
|
||||
executables = ["test-asymmetric_ciphers",
|
||||
"test-big_number",
|
||||
"test-kdf",
|
||||
"test-symmetric_ciphers",
|
||||
"test-tests"]
|
||||
|
||||
[general.gpr-externals]
|
||||
system = ["unix", "windows"]
|
||||
mode = ["debug", "release"]
|
||||
|
||||
[general.gpr-set-externals]
|
||||
[general.gpr-set-externals.system.'case(os)']
|
||||
linux = "unix"
|
||||
windows = "windows"
|
||||
|
||||
['0.8.7']
|
||||
origin = "git+https://github.com/alire-project/Ada-Crypto-Library.git@33d15283abbc6d8a51d717de2bd822e026710c0d"
|
||||
notes = "It fails self-tests; might be a spurious warning"
|
||||
|
||||
['0.8.7'.depends-on]
|
||||
aunit = "^2017"
|
||||
|
||||
['0.8.7'.available.'case(compiler)']
|
||||
'gnat-fsf-7.3|gnat-community-2018' = true
|
||||
'..' = false
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "Portable library for OpenGL, window and input"
|
||||
licenses = []
|
||||
|
||||
[3]
|
||||
[3.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libglfw3-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "GNU TLS library"
|
||||
licenses = []
|
||||
|
||||
['3.5.8']
|
||||
['3.5.8'.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libgnutls28-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "Drawing of ASCII graphs"
|
||||
licenses = []
|
||||
|
||||
['2.8.1-3']
|
||||
['2.8.1-3'.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libgraph-easy-perl"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "The GNU Scientific Library (GSL)"
|
||||
licenses = []
|
||||
|
||||
[0]
|
||||
[0.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libgsl-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,6 @@
|
||||
[general]
|
||||
description = """"Hello, world!" demonstration project support library"""
|
||||
licenses = []
|
||||
|
||||
['1.0']
|
||||
origin = "git+https://github.com/alire-project/libhello.git@ce78e7706c9d3f97605df48d8befca5407f8d328"
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "Development files for the Lua language"
|
||||
licenses = []
|
||||
|
||||
['5.3']
|
||||
['5.3'.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:liblua5.3-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "Simple DirectMedia Layer development files"
|
||||
licenses = []
|
||||
|
||||
[2]
|
||||
[2.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libsdl2-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "Simple DirectMedia Layer development files - Image"
|
||||
licenses = []
|
||||
|
||||
[2]
|
||||
[2.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libsdl2-image-dev"
|
||||
'...' = []
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "Simple DirectMedia Layer development files - TTF"
|
||||
licenses = []
|
||||
|
||||
[2]
|
||||
[2.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libsdl2-ttf-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "X11 client-side library"
|
||||
licenses = []
|
||||
|
||||
[2]
|
||||
[2.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libx11-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "Utility for directing compilation"
|
||||
licenses = []
|
||||
|
||||
[0]
|
||||
[0.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:make"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
description = "Mandelbrot renderer using Unicode glyphs"
|
||||
licenses = []
|
||||
authors = ["David Given"]
|
||||
maintainers = ["Alejandro R. Mosteo"]
|
||||
|
||||
[1]
|
||||
origin = "git+https://github.com/mosteo/mandelbrot_ascii.git@53efca17cdcc2d42c3a87e4344fa782fbeac906e"
|
||||
@@ -0,0 +1,24 @@
|
||||
[general]
|
||||
description = "A collection of mathematical, 100% portable, packages"
|
||||
licenses = []
|
||||
authors = ["Gautier de Montmollin"]
|
||||
website = "https://mathpacks.sourceforge.io/"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.gpr-externals]
|
||||
Build_Mode = ["Debug" ,"Style_Checks", "Fast"]
|
||||
|
||||
['20180327']
|
||||
origin = "git+https://github.com/svn2github/Mathpaqs.git@0f406899a339b654b247a4017557b0943c431486"
|
||||
executables = ["test_discrete_random_simulation"]
|
||||
|
||||
['20180114']
|
||||
origin = "git+https://github.com/svn2github/Mathpaqs.git@c17a6725c4b559ea55b64f0cf3c3660e558777ea"
|
||||
executables = [
|
||||
"arenstorf", "arithmetic_compression", "biomorph", "champ_vt",
|
||||
"cr_demo", "fractal", "gnat_int", "ppm2func", "show_floats_limits",
|
||||
"test_beta", "test_cholesky", "test_copulas", "test_ert",
|
||||
"test_estimators", "test_formulas", "test_gamma",
|
||||
"test_generic_real_linear_equations", "test_normal", "test_pareto",
|
||||
"test_poisson", "test_qr", "test_random_performance", "test_rsa",
|
||||
"test_samples", "test_sparse", "test_u_rand"]
|
||||
@@ -0,0 +1,21 @@
|
||||
[general]
|
||||
description = "Ada binding to the ncurses text interface library"
|
||||
licenses = []
|
||||
|
||||
[general.depends-on]
|
||||
gnat = "any"
|
||||
|
||||
['6.1.20180127']
|
||||
['6.1.20180127'.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libncursesada6.1.20180127-dev"
|
||||
'...' = ""
|
||||
|
||||
['6.1']
|
||||
['6.1'.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libncursesada5-dev"
|
||||
'...' = ""
|
||||
|
||||
[5]
|
||||
[5.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libncursesada3-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,28 @@
|
||||
[general]
|
||||
description = "Thick Ada binding for OpenGL and GLFW"
|
||||
licenses = ["MIT"]
|
||||
authors = ["Felix Krause <contact@flyx.org>"]
|
||||
website = "http://flyx.github.io/OpenGLAda/"
|
||||
maintainers = ["AdaCore"]
|
||||
|
||||
project-files = ["opengl.gpr", "opengl-glfw.gpr", "opengl-soil.gpr",
|
||||
"opengl-test.gpr"]
|
||||
|
||||
executables = ["gl_test-opengl3", "gl_test-context", "gl_test-vbos",
|
||||
"gl_test-shaders", "gl_test-framebuffers",
|
||||
"gl_test-immediate"]
|
||||
|
||||
[general.gpr-externals]
|
||||
GLFW_Version = ["2", "3"]
|
||||
Mode = ["debug", "release"]
|
||||
Auto_Exceptions = ["enabled", "disabled"]
|
||||
|
||||
[general.gpr-set-externals.Windowing_System.'case(os)']
|
||||
linux = "x11"
|
||||
|
||||
['0.6']
|
||||
origin = "git+https://github.com/flyx/OpenGLAda.git@54a7a50cebab2cba0262c7f59b927e9ddf6e4649"
|
||||
|
||||
['0.6'.depends-on.'case(os)'.linux]
|
||||
libglw3 = "^3"
|
||||
libx11 = "^2"
|
||||
@@ -0,0 +1,16 @@
|
||||
[general]
|
||||
description = "Standalone, portable package for producing dynamically PDF documents"
|
||||
licenses = ["MIT"]
|
||||
authors = ["Gautier de Montmollin"]
|
||||
website = "https://sourceforge.net/projects/apdf"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
executables = ["img2pdf", "page_test", "pdf_out_demo", "validation_test"]
|
||||
|
||||
project-files = ["pdf_out_gnat.gpr"]
|
||||
|
||||
[general.gpr-externals]
|
||||
Build_Mode = ["Debug", "Fast", "Check_95"]
|
||||
|
||||
['1.0.0-rc4']
|
||||
origin = "git+https://github.com/svn2github/pdf_out.git@9f2d3adbc453e03fce88646d80d2ed9c9a58b32b"
|
||||
@@ -0,0 +1,14 @@
|
||||
[general]
|
||||
description = "Ada95 coder/decoder for Portable Network Graphics"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["Steve Sangwine"]
|
||||
website = "http://png-io.sourceforge.net/"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
executables = ["png_chunks", "png_compare", "png_dump", "png_properties", "png_test"]
|
||||
|
||||
['4.6.0']
|
||||
origin = "git+https://github.com/alire-project/png_io.git@bb31fe1c1566e13339dec26ae359564364c00999"
|
||||
|
||||
['4.6.0'.depends-on]
|
||||
zlib_ada = "^1.3"
|
||||
@@ -0,0 +1,16 @@
|
||||
[general]
|
||||
description = "PragmAda Reusable Components (PragmARCs)"
|
||||
licenses = ["GMGPL 2.0"]
|
||||
authors = ["Jeffrey R. Carter"]
|
||||
website = "https://github.com/jrcarter/PragmARC, https://pragmada.x10hosting.com/ "
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
executables = ["compile_all"]
|
||||
|
||||
['2017.2007.0']
|
||||
origin = "git+https://github.com/alire-project/PragmARC.git@db6c1730fe825f8303c60b48f82db08bd408588d"
|
||||
notes = "ISO/IEC 8652:2007 version"
|
||||
|
||||
['2011.1995.0']
|
||||
origin = "git+https://github.com/alire-project/PragmARC.git@34b0e12b5f9aea63408c94cc48ba7a16687c8d76"
|
||||
notes = "Ada 95 version"
|
||||
@@ -0,0 +1,10 @@
|
||||
[general]
|
||||
description = "Pick a file with probability proportional to its size"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["alejandro@mosteo.com"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
executables = ["rsfile"]
|
||||
|
||||
['1.0.0']
|
||||
origin = "git+https://github.com/mosteo/rsfile.git@d1a368be007c9e4dd92cdaa9d031324121b9f4c7"
|
||||
@@ -0,0 +1,12 @@
|
||||
[general]
|
||||
|
||||
description = "RxAda port of the Rx framework"
|
||||
licenses = ["LGPL 3.0"]
|
||||
authors = ["Alejandro R. Mosteo"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
executables = ["rx-examples-basic", "rx-examples-minimal",
|
||||
"rx-examples-tests", "rx-examples-threading"]
|
||||
|
||||
['0.1.0']
|
||||
origin = "hg+https://bitbucket.org/amosteo/rxada@361d4e2ab20a7dcca007e31bf7094d57b13fee6b"
|
||||
@@ -0,0 +1,29 @@
|
||||
[general]
|
||||
description = "Ada 2012 bindings to SDL 2"
|
||||
licenses = ["zlib"]
|
||||
authors = ["Luke A. Guest"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
project-files = ["build/gnat/sdlada.gpr"]
|
||||
|
||||
[general.gpr-externals]
|
||||
SDL_MODE = ["debug", "release"]
|
||||
SDL_PLATFORM = ["linux", "bsd", "windows", "macosx", "ios", "android"]
|
||||
|
||||
[general.gpr-set-externals]
|
||||
SDL_MODE = "release"
|
||||
|
||||
[general.gpr-set-externals.SDL_PLATFORM.'case(os)']
|
||||
linux = "linux"
|
||||
|
||||
[general.available.'case(os)']
|
||||
linux = true
|
||||
'...' = false
|
||||
|
||||
['2.3.1']
|
||||
origin = "git+https://github.com/alire-project/sdlada.git@570232193facb90a58f67aadac93df9dfae8bcd4"
|
||||
|
||||
['2.3.1'.depends-on]
|
||||
libsdl2 = "^2.0"
|
||||
libsdl2_image = "^2.0"
|
||||
libsdl2_ttf = "^2.0"
|
||||
@@ -0,0 +1,18 @@
|
||||
[general]
|
||||
description = "Semantic Versioning in Ada"
|
||||
licenses = []
|
||||
|
||||
['0.3.2']
|
||||
origin = "git+https://github.com/alire-project/semantic_versioning.git@dc462f11adb34bbb3d9163e44c287add5b3421c6"
|
||||
|
||||
['0.3.1']
|
||||
origin = "git+https://github.com/alire-project/semantic_versioning.git@71653babaab97d835ecd22edb562b9b529dd8948"
|
||||
|
||||
['0.3']
|
||||
origin = "git+https://github.com/alire-project/semantic_versioning.git@ebf71f00daba91489238f79819078a37e36be188"
|
||||
|
||||
['0.2']
|
||||
origin = "git+https://github.com/alire-project/semantic_versioning.git@2937c650511ad3c87af64be963eca7eba7aebb68"
|
||||
|
||||
['0.1.2']
|
||||
origin = "git+https://github.com/alire-project/semantic_versioning.git@09774d80fac62ea3a09d46b22d4807da530387e2"
|
||||
@@ -0,0 +1,6 @@
|
||||
[general]
|
||||
description = "Simple logging to console"
|
||||
licenses = []
|
||||
|
||||
['1.0']
|
||||
origin = "git+https://github.com/alire-project/simple_logging.git@d98242b8bd1c7f964cebc454e9b1206ffdbb0ca9"
|
||||
@@ -0,0 +1,9 @@
|
||||
[general]
|
||||
description = "Christoph Karl Walter Grein's Smart Pointers"
|
||||
licenses = []
|
||||
authors = ["Christoph Karl Walter Grein"]
|
||||
website = "http://www.christ-usch-grein.homepage.t-online.de/Ada/Smart_Pointers.html"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[20180216]
|
||||
origin = "git+https://github.com/alire-project/smart_pointers.git@01f2674634dc23da1a572363d8660af274642771"
|
||||
@@ -0,0 +1,20 @@
|
||||
[general]
|
||||
description = "Roguelike in sky with steampunk theme"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["Bartek Jasicki"]
|
||||
website = "https://thindil.github.io/steamsky/"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['2.1-dev']
|
||||
origin = "git+https://github.com/thindil/steamsky.git@faee42a72506f2522d3db9c714d0b0a001c0032d"
|
||||
notes = "GtkAda version"
|
||||
|
||||
['2.1-dev'.depends-on]
|
||||
gtkada = "^17.0"
|
||||
|
||||
['2.0.2']
|
||||
origin = "git+https://github.com/thindil/steamsky.git@8b4dd319c3199f4b770e39de13f9ef3d9020266f"
|
||||
notes = "Console (ncurses) version"
|
||||
|
||||
['2.0.2'.depends-on]
|
||||
gtkada = "^6.0"
|
||||
@@ -0,0 +1,25 @@
|
||||
[general]
|
||||
description = "Templates Parser: File generation from templates in Ada"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["AdaCore"]
|
||||
website = "https://github.com/AdaCore/templates-parser"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.gpr-externals]
|
||||
PRJ_BUILD = ["Debug", "Release"]
|
||||
TP_TASKING = ["No_Tasking" ,"Standard_Tasking"]
|
||||
TP_XMLADA = ["Installed", "Disabled"]
|
||||
LIBRARY_TYPE = ["static", "relocatable"]
|
||||
|
||||
[general.gpr-set-externals]
|
||||
TP_XMLADA = "Installed"
|
||||
|
||||
[[general.actions]]
|
||||
type = "post-fetch"
|
||||
command = "cp config/tp_xmlada_installed.gpr tp_xmlada.gpr"
|
||||
|
||||
['18.2']
|
||||
origin = "git+https://github.com/AdaCore/templates-parser.git@cfb146506fa2fa276e935244021d44e0d834c342"
|
||||
|
||||
['18.2'.depends-on]
|
||||
xmlada = "^18.2"
|
||||
@@ -0,0 +1,9 @@
|
||||
[general]
|
||||
description = "Open Database Connectivity drivers for UNIX platforms"
|
||||
licenses = []
|
||||
website = "http://www.unixodbc.org"
|
||||
|
||||
['2.3']
|
||||
['2.3'.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:unixodbc-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,24 @@
|
||||
[general]
|
||||
description = "William Whitaker's WORDS, a Latin dictionary"
|
||||
licenses = ["Public Domain"]
|
||||
authors = ["William A. Whitaker", "Martin Keegan"]
|
||||
website = "http://mk270.github.io/whitakers-words/"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
project-files = ["words.gpr"]
|
||||
executables = ["words"]
|
||||
|
||||
[general.depends-on]
|
||||
make = "any"
|
||||
|
||||
[[general.actions]]
|
||||
type = "post-compile"
|
||||
command = "make"
|
||||
|
||||
['2017.09.10']
|
||||
origin = "git+https://github.com/mk270/whitakers-words.git@27be95b8a06d7b22c0600c824cf929ab43efcf25"
|
||||
notes = "Bug with SAL library failing binding with GNAT FSF 7.3"
|
||||
|
||||
['2017.09.10'.available.'case(compiler)']
|
||||
'gnat-fsf-old|gnat-fsf-7.2' = false
|
||||
'...' = false
|
||||
@@ -0,0 +1,11 @@
|
||||
[general]
|
||||
description = "Creation of XML-formatted output from Ada programs"
|
||||
licenses = []
|
||||
authors = ["Marc A. Criley"]
|
||||
website = "http://www.mckae.com/xmlEz.html"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
executables = ["tmeztf"]
|
||||
|
||||
['1.6']
|
||||
origin = "git+https://github.com/alire-project/xmlezout.git@48bf688f0eb672b597ed5a4f54cd6c535be452f2"
|
||||
@@ -0,0 +1,28 @@
|
||||
[general]
|
||||
description = "The XML/Ada toolkit"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["AdaCore"]
|
||||
website = "https://github.com/AdaCore/xmlada"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
project-files = ["distrib/xmlada.gpr"]
|
||||
|
||||
[general.gpr-externals]
|
||||
LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||
BUILD = ["distrib", "Debug", "Production", "profile", "coverage",
|
||||
"nochecks"]
|
||||
|
||||
[[general.actions]]
|
||||
type = "post-fetch"
|
||||
command = "sh configure"
|
||||
|
||||
[[general.actions]]
|
||||
type = "post-fetch"
|
||||
command = "rm -f xmlada.gpr"
|
||||
|
||||
[general.available.'case(os)']
|
||||
windows = false
|
||||
'...' = true
|
||||
|
||||
['18.2']
|
||||
origin = "git+https://github.com/AdaCore/xmlada.git@5c3c4a1621a970849601a9df36423d8974c13dec"
|
||||
@@ -0,0 +1,12 @@
|
||||
['general']
|
||||
description = "Renaming of gnatcoll.strings without further dependencies"
|
||||
licenses = ["GPL 3.0"]
|
||||
authors = ["AdaCore", "alejandro@mosteo.com"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['1.0.0']
|
||||
origin = "git+https://github.com/alire-project/xstrings@827d9108fbc873299016e924815fe2dd8af8071d"
|
||||
|
||||
['1.0.0'.depends-on]
|
||||
gnatcoll_strings = "^20180425"
|
||||
gnatcoll_slim = "^20180425"
|
||||
@@ -0,0 +1,10 @@
|
||||
[general]
|
||||
description = "Library implementing the deflate method from gzip/PKZIP"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['1.2']
|
||||
|
||||
['1.2'.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:zlib1g-dev"
|
||||
'...' = ""
|
||||
@@ -0,0 +1,15 @@
|
||||
[general]
|
||||
description = "ZLib for Ada thick binding"
|
||||
licenses = []
|
||||
authors = ["Dmitriy Anisimkov"]
|
||||
website = "http://zlib-ada.sourceforge.net/"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
project-files = ["zlib.gpr"]
|
||||
executables = ["buffer_demo", "mtest", "read", "test"]
|
||||
|
||||
['1.3.0']
|
||||
origin = "git+https://github.com/alire-project/zlib-ada.git@2bacba46c2d4d753c300848fe8134ee150078167"
|
||||
|
||||
['1.3.0'.depends-on]
|
||||
zlib = "^1.2"
|
||||
Reference in New Issue
Block a user