diff --git a/index/as/asfml/asfml-2.5.2.toml b/index/as/asfml/asfml-2.5.2.toml new file mode 100644 index 00000000..9517e701 --- /dev/null +++ b/index/as/asfml/asfml-2.5.2.toml @@ -0,0 +1,19 @@ +name = "asfml" +description = "ASFML is an Ada binding to SFML, the Simple and Fast Multimedia Library" +version = "2.5.2" + +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 = "b775db19d2c33e6172da96267cafc1a1e7567bb3" +url = "git+https://github.com/mgrojo/ASFML.git" +