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" +