Migrated index format to per-release manifests

Also applied the rest of transformations described in alire#227: no top-level
[genera] table, name/version keys, [[depends-on]] array instead of table.
This commit is contained in:
Alejandro R. Mosteo
2020-07-22 17:06:26 +01:00
parent 7abfff57ce
commit 31e9c543b3
163 changed files with 1610 additions and 2003 deletions
@@ -1,30 +1,24 @@
[general]
description = "Thick Ada binding for OpenGL and GLFW"
licenses = ["MIT"]
authors = ["Felix Krause <contact@flyx.org>"]
website = "http://flyx.github.io/OpenGLAda/"
name = "openglada"
version = "0.6.0"
origin = "https://github.com/flyx/OpenGLAda/archive/v0.6.tar.gz"
authors = ["Felix Krause <contact@flyx.org>"]
executables = ["gl_test-opengl3", "gl_test-context", "gl_test-vbos", "gl_test-shaders", "gl_test-framebuffers", "gl_test-immediate"]
licenses = ["MIT"]
maintainers = ["Felix Krause <contact@flyx.org>"]
maintainers-logins = ["flyx"]
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.'case(os)']
linux = { Windowing_System = "x11" }
['0.6']
origin = "https://github.com/flyx/OpenGLAda/archive/v0.6.tar.gz"
project-files = ["opengl.gpr", "opengl-glfw.gpr", "opengl-soil.gpr", "opengl-test.gpr"]
origin-hashes = ["sha512:764ed2caad37a9fb0897316724bfa53f53211b96fec63508c9926418a5cfc3e111b40b2352ad797a7ea855e269b4762d8de2306e747ef52b2eed71660e06a87c"]
['0.6'.depends-on.'case(os)'.linux]
libglfw3 = "^3"
libx11 = "^2"
[[depends-on]]
[depends-on."case(os)".linux]
libglfw3 = "^3"
libx11 = "^2"
[gpr-externals]
Auto_Exceptions = ["enabled", "disabled"]
GLFW_Version = ["2", "3"]
Mode = ["debug", "release"]
[gpr-set-externals."case(os)".linux]
Windowing_System = "x11"