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]
|
[general]
|
||||||
description = "APQ Ada95 Database Library (core)"
|
description = "APQ Ada95 Database Library (core)"
|
||||||
licenses = ["GMGPL 2.0", "GMGPL 3.0"]
|
licenses = ["GMGPL 2.0", "GMGPL 3.0"]
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
project-files = ["apq.gpr"]
|
project-files = ["apq.gpr"]
|
||||||
|
|
||||||
[general.gpr-externals]
|
[general.gpr-externals]
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ project-files = ["asis-gpl-2018-src/asis.gpr"]
|
|||||||
|
|
||||||
[2018.available.'case(compiler)']
|
[2018.available.'case(compiler)']
|
||||||
gnat-community-2018 = true
|
gnat-community-2018 = true
|
||||||
'...' = false
|
|
||||||
|
|
||||||
[2017]
|
[2017]
|
||||||
origin = "http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecffb"
|
origin = "http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecffb"
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ maintainers = ["alejandro@mosteo.com"]
|
|||||||
|
|
||||||
[general.available.'case(os)']
|
[general.available.'case(os)']
|
||||||
linux = true
|
linux = true
|
||||||
'...' = false
|
|
||||||
|
|
||||||
[20180111]
|
[20180111]
|
||||||
origin = "git+https://github.com/svn2github/GLOBE_3D.git@93f7185130e2fb0db7f1f7e67eaf1b6ca561d651"
|
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)']
|
[20180111.gpr-set-externals.OS_Kind.'case(os)']
|
||||||
linux = "linux"
|
linux = "linux"
|
||||||
|
'...' = ""
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "OpenGL Utility Toolkit"
|
description = "OpenGL Utility Toolkit"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
['2.8.1-3']
|
['2.8.1-3']
|
||||||
['2.8.1-3'.origin.'case(distribution)']
|
['2.8.1-3'.origin.'case(distribution)']
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "GNAT is a compiler for the Ada programming language"
|
description = "GNAT is a compiler for the Ada programming language"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
['7.0']
|
['7.0']
|
||||||
['7.0'.origin.'case(distribution)']
|
['7.0'.origin.'case(distribution)']
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Ada binding for the GTK+ GUI"
|
description = "Ada binding for the GTK+ GUI"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
[general.depends-on]
|
[general.depends-on]
|
||||||
gnat = "any"
|
gnat = "any"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = """"Hello, world!" demonstration project"""
|
description = """"Hello, world!" demonstration project"""
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
['1.0.1']
|
['1.0.1']
|
||||||
origin = "git+https://github.com/alire-project/hello.git@65725c20778875eef12b61a01b437120932965f3"
|
origin = "git+https://github.com/alire-project/hello.git@65725c20778875eef12b61a01b437120932965f3"
|
||||||
|
|||||||
@@ -11,6 +11,10 @@ executables = ["test-asymmetric_ciphers",
|
|||||||
"test-symmetric_ciphers",
|
"test-symmetric_ciphers",
|
||||||
"test-tests"]
|
"test-tests"]
|
||||||
|
|
||||||
|
[general.available.'case(os)']
|
||||||
|
linux = true
|
||||||
|
windows = true
|
||||||
|
|
||||||
[general.gpr-externals]
|
[general.gpr-externals]
|
||||||
system = ["unix", "windows"]
|
system = ["unix", "windows"]
|
||||||
mode = ["debug", "release"]
|
mode = ["debug", "release"]
|
||||||
@@ -19,6 +23,7 @@ executables = ["test-asymmetric_ciphers",
|
|||||||
[general.gpr-set-externals.system.'case(os)']
|
[general.gpr-set-externals.system.'case(os)']
|
||||||
linux = "unix"
|
linux = "unix"
|
||||||
windows = "windows"
|
windows = "windows"
|
||||||
|
'...' = ""
|
||||||
|
|
||||||
['0.8.7']
|
['0.8.7']
|
||||||
origin = "git+https://github.com/alire-project/Ada-Crypto-Library.git@33d15283abbc6d8a51d717de2bd822e026710c0d"
|
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)']
|
['0.8.7'.available.'case(compiler)']
|
||||||
'gnat-fsf-7.3|gnat-community-2018' = true
|
'gnat-fsf-7.3|gnat-community-2018' = true
|
||||||
'..' = false
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Portable library for OpenGL, window and input"
|
description = "Portable library for OpenGL, window and input"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
[3]
|
[3]
|
||||||
[3.origin.'case(distribution)']
|
[3.origin.'case(distribution)']
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "GNU TLS library"
|
description = "GNU TLS library"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
['3.5.8']
|
['3.5.8']
|
||||||
['3.5.8'.origin.'case(distribution)']
|
['3.5.8'.origin.'case(distribution)']
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Drawing of ASCII graphs"
|
description = "Drawing of ASCII graphs"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
['2.8.1-3']
|
['2.8.1-3']
|
||||||
['2.8.1-3'.origin.'case(distribution)']
|
['2.8.1-3'.origin.'case(distribution)']
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "The GNU Scientific Library (GSL)"
|
description = "The GNU Scientific Library (GSL)"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
[0]
|
[0]
|
||||||
[0.origin.'case(distribution)']
|
[0.origin.'case(distribution)']
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = """"Hello, world!" demonstration project support library"""
|
description = """"Hello, world!" demonstration project support library"""
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
['1.0']
|
['1.0']
|
||||||
origin = "git+https://github.com/alire-project/libhello.git@ce78e7706c9d3f97605df48d8befca5407f8d328"
|
origin = "git+https://github.com/alire-project/libhello.git@ce78e7706c9d3f97605df48d8befca5407f8d328"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Development files for the Lua language"
|
description = "Development files for the Lua language"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
['5.3']
|
['5.3']
|
||||||
['5.3'.origin.'case(distribution)']
|
['5.3'.origin.'case(distribution)']
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Simple DirectMedia Layer development files"
|
description = "Simple DirectMedia Layer development files"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
[2]
|
[2]
|
||||||
[2.origin.'case(distribution)']
|
[2.origin.'case(distribution)']
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Simple DirectMedia Layer development files - Image"
|
description = "Simple DirectMedia Layer development files - Image"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
[2]
|
[2]
|
||||||
[2.origin.'case(distribution)']
|
[2.origin.'case(distribution)']
|
||||||
'debian|ubuntu' = "native:libsdl2-image-dev"
|
'debian|ubuntu' = "native:libsdl2-image-dev"
|
||||||
'...' = []
|
'...' = ""
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Simple DirectMedia Layer development files - TTF"
|
description = "Simple DirectMedia Layer development files - TTF"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
[2]
|
[2]
|
||||||
[2.origin.'case(distribution)']
|
[2.origin.'case(distribution)']
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "X11 client-side library"
|
description = "X11 client-side library"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
[2]
|
[2]
|
||||||
[2.origin.'case(distribution)']
|
[2.origin.'case(distribution)']
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Utility for directing compilation"
|
description = "Utility for directing compilation"
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
licenses = []
|
licenses = []
|
||||||
|
|
||||||
[0]
|
[0]
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Ada binding to the ncurses text interface library"
|
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 = []
|
licenses = []
|
||||||
|
|
||||||
[general.depends-on]
|
[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)']
|
[general.gpr-set-externals.Windowing_System.'case(os)']
|
||||||
linux = "x11"
|
linux = "x11"
|
||||||
|
'...' = ""
|
||||||
|
|
||||||
['0.6']
|
['0.6']
|
||||||
origin = "git+https://github.com/flyx/OpenGLAda.git@54a7a50cebab2cba0262c7f59b927e9ddf6e4649"
|
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]
|
['0.6'.depends-on.'case(os)'.linux]
|
||||||
libglw3 = "^3"
|
libglw3 = "^3"
|
||||||
libx11 = "^2"
|
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)']
|
[general.gpr-set-externals.SDL_PLATFORM.'case(os)']
|
||||||
linux = "linux"
|
linux = "linux"
|
||||||
|
'...' = ""
|
||||||
|
|
||||||
[general.available.'case(os)']
|
[general.available.'case(os)']
|
||||||
linux = true
|
linux = true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Semantic Versioning in Ada"
|
description = "Semantic Versioning in Ada"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
['0.3.2']
|
['0.3.2']
|
||||||
origin = "git+https://github.com/alire-project/semantic_versioning.git@dc462f11adb34bbb3d9163e44c287add5b3421c6"
|
origin = "git+https://github.com/alire-project/semantic_versioning.git@dc462f11adb34bbb3d9163e44c287add5b3421c6"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Simple logging to console"
|
description = "Simple logging to console"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
['1.0']
|
['1.0']
|
||||||
origin = "git+https://github.com/alire-project/simple_logging.git@d98242b8bd1c7f964cebc454e9b1206ffdbb0ca9"
|
origin = "git+https://github.com/alire-project/simple_logging.git@d98242b8bd1c7f964cebc454e9b1206ffdbb0ca9"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Open Database Connectivity drivers for UNIX platforms"
|
description = "Open Database Connectivity drivers for UNIX platforms"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
website = "http://www.unixodbc.org"
|
website = "http://www.unixodbc.org"
|
||||||
|
|
||||||
['2.3']
|
['2.3']
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
description = "Library implementing the deflate method from gzip/PKZIP"
|
description = "Library implementing the deflate method from gzip/PKZIP"
|
||||||
licenses = []
|
licenses = []
|
||||||
|
authors = ["Jean-loup Gailly", "Mark Adler"]
|
||||||
maintainers = ["alejandro@mosteo.com"]
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
|
||||||
['1.2']
|
['1.2']
|
||||||
|
|||||||
Reference in New Issue
Block a user