diff --git a/index/ad/ado.toml b/index/ad/ado.toml new file mode 100644 index 00000000..567f0934 --- /dev/null +++ b/index/ad/ado.toml @@ -0,0 +1,25 @@ +[general] +description = "Ada Database Objects (Core library)" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/ado.gpr" + ] + + [general.gpr-externals] + ADO_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + utilada_xml = "^2.0.0" + + [[general.actions]] + type = "post-fetch" + command = ["rm", "-f", "config.gpr"] + +['2.0.0'] +origin = "https://github.com/stcarrez/ada-ado/archive/2.0.0.tar.gz" +origin-hashes = ["sha512:27870ba6654bccb0a3a4d07e15c021eaa46cff309bba6bb69179c68ba545843a364fba5d78c580a41976a0ee890cca801dfb510c82d442d0c573fea2f8fd0269"] diff --git a/index/ad/ado_postgresql.toml b/index/ad/ado_postgresql.toml new file mode 100644 index 00000000..0c99ed14 --- /dev/null +++ b/index/ad/ado_postgresql.toml @@ -0,0 +1,24 @@ +[general] +description = "Ada Database Objects (PostgreSQL)" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/postgresql/ado_postgresql.gpr" + ] + + [general.gpr-externals] + ADO_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + ado = "^2.0.0" + + [[general.actions]] + type = "post-fetch" + command = ["rm", "-f", "config.gpr"] + +['2.0.0'] +origin = "https://github.com/stcarrez/ada-ado/archive/2.0.0.tar.gz" +origin-hashes = ["sha512:27870ba6654bccb0a3a4d07e15c021eaa46cff309bba6bb69179c68ba545843a364fba5d78c580a41976a0ee890cca801dfb510c82d442d0c573fea2f8fd0269"] diff --git a/index/ad/ado_sqlite.toml b/index/ad/ado_sqlite.toml new file mode 100644 index 00000000..d565e900 --- /dev/null +++ b/index/ad/ado_sqlite.toml @@ -0,0 +1,24 @@ +[general] +description = "Ada Database Objects (SQLite)" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/sqlite/ado_sqlite.gpr" + ] + + [general.gpr-externals] + ADO_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + ado = "^2.0.0" + + [[general.actions]] + type = "post-fetch" + command = ["rm", "-f", "config.gpr"] + +['2.0.0'] +origin = "https://github.com/stcarrez/ada-ado/archive/2.0.0.tar.gz" +origin-hashes = ["sha512:27870ba6654bccb0a3a4d07e15c021eaa46cff309bba6bb69179c68ba545843a364fba5d78c580a41976a0ee890cca801dfb510c82d442d0c573fea2f8fd0269"] diff --git a/index/el/elada.toml b/index/el/elada.toml new file mode 100644 index 00000000..1be28009 --- /dev/null +++ b/index/el/elada.toml @@ -0,0 +1,25 @@ +[general] +description = "Expression Language Library (JSR245)" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/elada.gpr" + ] + + [general.depends-on] + utilada = "^2.0.0" + + [general.gpr-externals] + EL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [[general.actions]] + type = "post-fetch" + command = ["rm", "-f", "config.gpr"] + +['1.7.0'] +origin = "https://github.com/stcarrez/ada-el/archive/1.7.0.tar.gz" +origin-hashes = ["sha512:86ac5fc839aa91cd9da2681b5fbeed0d41e749d73bf547f7bf4e1172b351d483fb8549deabd63adf688583a990c7af70bd121a39018ba6c34d93f513aa4f588d"] + diff --git a/index/lz/lzmada.toml b/index/lz/lzmada.toml new file mode 100644 index 00000000..996c66b2 --- /dev/null +++ b/index/lz/lzmada.toml @@ -0,0 +1,15 @@ +[general] +description = "Ada LZMA Library Binding" +licenses = ["MIT"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [".alire/lzmada.gpr"] + + [general.gpr-externals] + LZMA_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + +['1.1.0'] +origin = "https://github.com/stcarrez/ada-lzma/archive/1.1.0.tar.gz" +origin-hashes = ["sha512:1344289480d43e12622c3ae822d9b4a34d927219341eafff2f80151f2ee6613aac6599d3ee46f602869d1f498129fd0607b688951d6cbf97b24b48af2cb44047"] diff --git a/index/se/security.toml b/index/se/security.toml new file mode 100644 index 00000000..b523ddc8 --- /dev/null +++ b/index/se/security.toml @@ -0,0 +1,25 @@ +[general] +description = "Security Library for HTTP client and server with OAuth2 support" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/security.gpr" + ] + + [general.gpr-externals] + SECURITY_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + utilada_xml = "^2.0.0" + + [[general.actions]] + type = "post-fetch" + command = ["rm", "-f", "config.gpr"] + +['1.2.1'] +origin = "https://github.com/stcarrez/ada-security/archive/1.2.1.tar.gz" +origin-hashes = ["sha512:0a064c4c3d4a0953094910dfbf7ca8d85745a815b62d307e0aae0f1de8d84607fcf001557bc31769cdac0103b5fef565d51a41688029666d77545197dd4362c2"] diff --git a/index/se/serverfaces.toml b/index/se/serverfaces.toml new file mode 100644 index 00000000..71a00803 --- /dev/null +++ b/index/se/serverfaces.toml @@ -0,0 +1,26 @@ +[general] +description = "Web Server Faces JSR 252, JSR 314 and JSR 344" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/asf.gpr" + ] + + [general.gpr-externals] + SECURITY_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + security = "^1.2.1" + servletada = "^1.3.0" + + [[general.actions]] + type = "post-fetch" + command = ["rm", "-f", "config.gpr"] + +['1.3.0'] +origin = "https://github.com/stcarrez/ada-asf/archive/1.3.0.tar.gz" +origin-hashes = ["sha512:74425bce8321e220d97da08131b49c2d1811fe174f16d4e3a4fccb3c244029b736b138a3d008821ba01ca7472152d37709d5eef08d3cccd32a59130c0649b613"] diff --git a/index/se/serverfaces_unit.toml b/index/se/serverfaces_unit.toml new file mode 100644 index 00000000..d343b14c --- /dev/null +++ b/index/se/serverfaces_unit.toml @@ -0,0 +1,27 @@ +[general] +description = "Web Server Faces JSR 252, JSR 314 and JSR 344 (Testing framework)" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/unit/asf.gpr" + ] + + [general.gpr-externals] + SECURITY_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + security = "^1.2.1" + servletada = "^1.3.0" + serverfaces = "^1.3.0" + + [[general.actions]] + type = "post-fetch" + command = ["rm", "-f", "config.gpr"] + +['1.3.0'] +origin = "https://github.com/stcarrez/ada-asf/archive/1.3.0.tar.gz" +origin-hashes = ["sha512:74425bce8321e220d97da08131b49c2d1811fe174f16d4e3a4fccb3c244029b736b138a3d008821ba01ca7472152d37709d5eef08d3cccd32a59130c0649b613"] diff --git a/index/se/servletada.toml b/index/se/servletada.toml new file mode 100644 index 00000000..e5468646 --- /dev/null +++ b/index/se/servletada.toml @@ -0,0 +1,25 @@ +[general] +description = "Web Servlet Library following JSR 154, JSR 315 (Core)" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/servletada.gpr" + ] + + [general.gpr-externals] + SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + security = "^1.2.1" + + [[general.actions]] + type = "post-fetch" + command = ["rm", "-f", "config.gpr"] + +['1.3.0'] +origin = "https://github.com/stcarrez/ada-servlet/archive/1.3.0.tar.gz" +origin-hashes = ["sha512:7ba99a77dea06e058367504b9cd8bf39599f237f09128b1cac1aa55cc067f0380df6e76de374642e89ea1f4a1a4770c1048d40ad7ff5e6f3aaa42415ad5b7082"] diff --git a/index/se/servletada_aws.toml b/index/se/servletada_aws.toml new file mode 100644 index 00000000..5db1d93d --- /dev/null +++ b/index/se/servletada_aws.toml @@ -0,0 +1,25 @@ +[general] +description = "Web Servlet Library following JSR 154, JSR 315 (AWS)" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/aws/servletada_aws.gpr" + ] + + [general.gpr-externals] + SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + servletada = "^1.3.0" + utilada_aws = "^2.0.0" + + [[general.actions]] + type = "post-fetch" + command = ["rm", "-f", "config.gpr"] + +['1.3.0'] +origin = "https://github.com/stcarrez/ada-servlet/archive/1.3.0.tar.gz" +origin-hashes = ["sha512:7ba99a77dea06e058367504b9cd8bf39599f237f09128b1cac1aa55cc067f0380df6e76de374642e89ea1f4a1a4770c1048d40ad7ff5e6f3aaa42415ad5b7082"] diff --git a/index/se/servletada_unit.toml b/index/se/servletada_unit.toml new file mode 100644 index 00000000..4bb073ef --- /dev/null +++ b/index/se/servletada_unit.toml @@ -0,0 +1,26 @@ +[general] +description = "Web Servlet Library following JSR 154, JSR 315 (Testing framework)" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/unit/servletada_unit.gpr" + ] + + [general.gpr-externals] + SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + utilada_unit = "^2.0.0" + servletada = "^1.3.0" + + [[general.actions]] + type = "post-fetch" + command = ["rm", "-f", "config.gpr"] + +['1.3.0'] +origin = "https://github.com/stcarrez/ada-servlet/archive/1.3.0.tar.gz" +origin-hashes = ["sha512:7ba99a77dea06e058367504b9cd8bf39599f237f09128b1cac1aa55cc067f0380df6e76de374642e89ea1f4a1a4770c1048d40ad7ff5e6f3aaa42415ad5b7082"] diff --git a/index/ut/utilada.toml b/index/ut/utilada.toml new file mode 100644 index 00000000..4ee7c087 --- /dev/null +++ b/index/ut/utilada.toml @@ -0,0 +1,37 @@ +[general] +description = "Utility Library with streams, processes, logs, serialization, encoders" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/utilada_conf.gpr", + "utilada_core.gpr", + "utilada_base.gpr", + "utilada_sys.gpr" + ] + + [general.gpr-externals] + UTIL_OS = ["win32", "win64", "linux32", "linux64", "macos64", + "netbsd32", "netbsd64", "freebsd32", "freebsd64"] + UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.gpr-set-externals] + BUILD = "distrib" + UTIL_LIBRARY_TYPE = "static" + + [general.gpr-set-externals.'case(os)'.windows.'case(word_size)'] + bits-64 = { UTIL_OS = "windows64" } + bits-32 = { UTIL_OS = "windows32" } + + [general.gpr-set-externals.'case(os)'.linux.'case(word_size)'] + bits-64 = { UTIL_OS = "linux64" } + bits-32 = { UTIL_OS = "linux32" } + + [general.gpr-set-externals.'case(os)'] + macos = { UTIL_OS = "macos64" } + +['2.0.0'] +origin = "https://github.com/stcarrez/ada-util/archive/2.0.0.tar.gz" +origin-hashes = ["sha512:5e0a1f543d903a4d52e7f7fce233f3459e429b81c6c880c9ed6d7e89e0ac202f9394d4d316f3741772972a72c19f5a7ede0230674e2239b300465e0997ddbe64"] diff --git a/index/ut/utilada_aws.toml b/index/ut/utilada_aws.toml new file mode 100644 index 00000000..2e12bdb5 --- /dev/null +++ b/index/ut/utilada_aws.toml @@ -0,0 +1,20 @@ +[general] +description = "Utility Library REST support on top of AWS" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/aws/utilada_aws.gpr" + ] + + [general.gpr-externals] + UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + +['2.0.0'] +origin = "https://github.com/stcarrez/ada-util/archive/2.0.0.tar.gz" +origin-hashes = ["sha512:5e0a1f543d903a4d52e7f7fce233f3459e429b81c6c880c9ed6d7e89e0ac202f9394d4d316f3741772972a72c19f5a7ede0230674e2239b300465e0997ddbe64"] diff --git a/index/ut/utilada_curl.toml b/index/ut/utilada_curl.toml new file mode 100644 index 00000000..dc48e74b --- /dev/null +++ b/index/ut/utilada_curl.toml @@ -0,0 +1,20 @@ +[general] +description = "Utility Library REST support on top of CURL" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + "utilada_curl.gpr" + ] + + [general.gpr-externals] + UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + +['2.0.0'] +origin = "https://github.com/stcarrez/ada-util/archive/2.0.0.tar.gz" +origin-hashes = ["sha512:5e0a1f543d903a4d52e7f7fce233f3459e429b81c6c880c9ed6d7e89e0ac202f9394d4d316f3741772972a72c19f5a7ede0230674e2239b300465e0997ddbe64"] diff --git a/index/ut/utilada_lzma.toml b/index/ut/utilada_lzma.toml new file mode 100644 index 00000000..41784863 --- /dev/null +++ b/index/ut/utilada_lzma.toml @@ -0,0 +1,21 @@ +[general] +description = "Utility Library streams with LZMA support" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/lzma/utilada_lzma.gpr" + ] + + [general.gpr-externals] + UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + lzmada = "^1.1.0" + +['2.0.0'] +origin = "https://github.com/stcarrez/ada-util/archive/2.0.0.tar.gz" +origin-hashes = ["sha512:5e0a1f543d903a4d52e7f7fce233f3459e429b81c6c880c9ed6d7e89e0ac202f9394d4d316f3741772972a72c19f5a7ede0230674e2239b300465e0997ddbe64"] diff --git a/index/ut/utilada_unit.toml b/index/ut/utilada_unit.toml new file mode 100644 index 00000000..45c8ba29 --- /dev/null +++ b/index/ut/utilada_unit.toml @@ -0,0 +1,20 @@ +[general] +description = "Utility Library testing framework with Ahven" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/unit/utilada_unit.gpr" + ] + + [general.gpr-externals] + UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + +['2.0.0'] +origin = "https://github.com/stcarrez/ada-util/archive/2.0.0.tar.gz" +origin-hashes = ["sha512:5e0a1f543d903a4d52e7f7fce233f3459e429b81c6c880c9ed6d7e89e0ac202f9394d4d316f3741772972a72c19f5a7ede0230674e2239b300465e0997ddbe64"] diff --git a/index/ut/utilada_xml.toml b/index/ut/utilada_xml.toml new file mode 100644 index 00000000..9617cf81 --- /dev/null +++ b/index/ut/utilada_xml.toml @@ -0,0 +1,21 @@ +[general] +description = "Utility Library serialization with XML/Ada" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/xml/utilada_xml.gpr" + ] + + [general.gpr-externals] + UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + xmlada = "any" + +['2.0.0'] +origin = "https://github.com/stcarrez/ada-util/archive/2.0.0.tar.gz" +origin-hashes = ["sha512:5e0a1f543d903a4d52e7f7fce233f3459e429b81c6c880c9ed6d7e89e0ac202f9394d4d316f3741772972a72c19f5a7ede0230674e2239b300465e0997ddbe64"] diff --git a/index/wi/wikiada.toml b/index/wi/wikiada.toml new file mode 100644 index 00000000..3098a821 --- /dev/null +++ b/index/wi/wikiada.toml @@ -0,0 +1,24 @@ +[general] +description = "Wiki Engine with parser and renderer for several wiki syntaxes" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + ".alire/wikiada.gpr" + ] + + [general.gpr-externals] + WIKI_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] + + [general.depends-on] + utilada = "^2.0.0" + + [[general.actions]] + type = "post-fetch" + command = ["rm", "-f", "config.gpr"] + +['1.2.0'] +origin = "https://github.com/stcarrez/ada-wiki/archive/1.2.0.tar.gz" +origin-hashes = ["sha512:a57d94178f711de0f9a9d708168b5bf38f20213e609a9b0c5124f25dc294ba4d9d524e1a945c393f516eb2ffbce9f0c808083578804e69515214b1c1115208ff"]