From b899a77bca3a73ab83e60900020bacf1e7d1c0c7 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 17 Aug 2021 08:40:21 +0200 Subject: [PATCH] asfml 2.5.1 (#311) --- index/as/asfml/asfml-2.5.1.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 index/as/asfml/asfml-2.5.1.toml diff --git a/index/as/asfml/asfml-2.5.1.toml b/index/as/asfml/asfml-2.5.1.toml new file mode 100644 index 00000000..2a42c07d --- /dev/null +++ b/index/as/asfml/asfml-2.5.1.toml @@ -0,0 +1,19 @@ +name = "asfml" +description = "ASFML is an Ada binding to SFML, the Simple and Fast Multimedia Library" +version = "2.5.1" + +authors = ["Manuel Gomez", "Dan Lee Vazquez Garcia"] +maintainers = ["Manuel Gomez "] +maintainers-logins = ["mgrojo"] + +licenses = "custom-zlib-acknowledgement" +website = "https://mgrojo.github.io/ASFML/" +tags = ["audio", "games", "opengl", "cross-platform", "multimedia", "binding", "graphics", "sfml"] + +[[depends-on]] +libcsfml = "^2.5" + +[origin] +commit = "52a013554bcfb6150e0d6391871356c1443a6b93" +url = "git+https://github.com/mgrojo/ASFML.git" +