Fix errors in the index, found after improving the TOML loader
This commit is contained in:
committed by
Pierre-Marie de Rodat
parent
9136b58856
commit
eb3ea5d9ed
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "APQ Ada95 Database Library (core)"
|
||||
licenses = ["GMGPL 2.0", "GMGPL 3.0"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
project-files = ["apq.gpr"]
|
||||
|
||||
[general.gpr-externals]
|
||||
|
||||
@@ -19,7 +19,6 @@ project-files = ["asis-gpl-2018-src/asis.gpr"]
|
||||
|
||||
[2018.available.'case(compiler)']
|
||||
gnat-community-2018 = true
|
||||
'...' = false
|
||||
|
||||
[2017]
|
||||
origin = "http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecffb"
|
||||
|
||||
@@ -7,7 +7,6 @@ maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.available.'case(os)']
|
||||
linux = true
|
||||
'...' = false
|
||||
|
||||
[20180111]
|
||||
origin = "git+https://github.com/svn2github/GLOBE_3D.git@93f7185130e2fb0db7f1f7e67eaf1b6ca561d651"
|
||||
@@ -21,3 +20,4 @@ project-files = ["globe_3d.gpr"]
|
||||
|
||||
[20180111.gpr-set-externals.OS_Kind.'case(os)']
|
||||
linux = "linux"
|
||||
'...' = ""
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "OpenGL Utility Toolkit"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['2.8.1-3']
|
||||
['2.8.1-3'.origin.'case(distribution)']
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "GNAT is a compiler for the Ada programming language"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['7.0']
|
||||
['7.0'.origin.'case(distribution)']
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "Ada binding for the GTK+ GUI"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[general.depends-on]
|
||||
gnat = "any"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = """"Hello, world!" demonstration project"""
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['1.0.1']
|
||||
origin = "git+https://github.com/alire-project/hello.git@65725c20778875eef12b61a01b437120932965f3"
|
||||
|
||||
@@ -11,6 +11,10 @@ executables = ["test-asymmetric_ciphers",
|
||||
"test-symmetric_ciphers",
|
||||
"test-tests"]
|
||||
|
||||
[general.available.'case(os)']
|
||||
linux = true
|
||||
windows = true
|
||||
|
||||
[general.gpr-externals]
|
||||
system = ["unix", "windows"]
|
||||
mode = ["debug", "release"]
|
||||
@@ -19,6 +23,7 @@ executables = ["test-asymmetric_ciphers",
|
||||
[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"
|
||||
@@ -29,4 +34,3 @@ notes = "It fails self-tests; might be a spurious warning"
|
||||
|
||||
['0.8.7'.available.'case(compiler)']
|
||||
'gnat-fsf-7.3|gnat-community-2018' = true
|
||||
'..' = false
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "Portable library for OpenGL, window and input"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[3]
|
||||
[3.origin.'case(distribution)']
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "GNU TLS library"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['3.5.8']
|
||||
['3.5.8'.origin.'case(distribution)']
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "Drawing of ASCII graphs"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['2.8.1-3']
|
||||
['2.8.1-3'.origin.'case(distribution)']
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "The GNU Scientific Library (GSL)"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[0]
|
||||
[0.origin.'case(distribution)']
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = """"Hello, world!" demonstration project support library"""
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['1.0']
|
||||
origin = "git+https://github.com/alire-project/libhello.git@ce78e7706c9d3f97605df48d8befca5407f8d328"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "Development files for the Lua language"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['5.3']
|
||||
['5.3'.origin.'case(distribution)']
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "Simple DirectMedia Layer development files"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[2]
|
||||
[2.origin.'case(distribution)']
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
[general]
|
||||
description = "Simple DirectMedia Layer development files - Image"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[2]
|
||||
[2.origin.'case(distribution)']
|
||||
'debian|ubuntu' = "native:libsdl2-image-dev"
|
||||
'...' = []
|
||||
'...' = ""
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "Simple DirectMedia Layer development files - TTF"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[2]
|
||||
[2.origin.'case(distribution)']
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "X11 client-side library"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
[2]
|
||||
[2.origin.'case(distribution)']
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[general]
|
||||
description = "Utility for directing compilation"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
licenses = []
|
||||
|
||||
[0]
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
[general]
|
||||
description = "Ada binding to the ncurses text interface library"
|
||||
authors = ["Thomas E. Dickey", "Juergen Pfeifer", "Eugene V Melaragno",
|
||||
"Nicolas Boulenguez"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
licenses = []
|
||||
|
||||
[general.depends-on]
|
||||
|
||||
@@ -19,6 +19,7 @@ executables = ["gl_test-opengl3", "gl_test-context", "gl_test-vbos",
|
||||
|
||||
[general.gpr-set-externals.Windowing_System.'case(os)']
|
||||
linux = "x11"
|
||||
'...' = ""
|
||||
|
||||
['0.6']
|
||||
origin = "git+https://github.com/flyx/OpenGLAda.git@54a7a50cebab2cba0262c7f59b927e9ddf6e4649"
|
||||
@@ -26,3 +27,5 @@ origin = "git+https://github.com/flyx/OpenGLAda.git@54a7a50cebab2cba0262c7f59b92
|
||||
['0.6'.depends-on.'case(os)'.linux]
|
||||
libglw3 = "^3"
|
||||
libx11 = "^2"
|
||||
|
||||
['0.6'.depends-on.'case(os)'.'...']
|
||||
|
||||
@@ -15,6 +15,7 @@ project-files = ["build/gnat/sdlada.gpr"]
|
||||
|
||||
[general.gpr-set-externals.SDL_PLATFORM.'case(os)']
|
||||
linux = "linux"
|
||||
'...' = ""
|
||||
|
||||
[general.available.'case(os)']
|
||||
linux = true
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "Semantic Versioning in Ada"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['0.3.2']
|
||||
origin = "git+https://github.com/alire-project/semantic_versioning.git@dc462f11adb34bbb3d9163e44c287add5b3421c6"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "Simple logging to console"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['1.0']
|
||||
origin = "git+https://github.com/alire-project/simple_logging.git@d98242b8bd1c7f964cebc454e9b1206ffdbb0ca9"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "Open Database Connectivity drivers for UNIX platforms"
|
||||
licenses = []
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
website = "http://www.unixodbc.org"
|
||||
|
||||
['2.3']
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[general]
|
||||
description = "Library implementing the deflate method from gzip/PKZIP"
|
||||
licenses = []
|
||||
authors = ["Jean-loup Gailly", "Mark Adler"]
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
|
||||
['1.2']
|
||||
|
||||
Reference in New Issue
Block a user