40 lines
1.6 KiB
TOML
40 lines
1.6 KiB
TOML
name = "asfml"
|
|
description = "Ada binding to SFML, the Simple and Fast Multimedia Library"
|
|
version = "2.6.1"
|
|
long-description = """
|
|
[](https://www.sfml-dev.org)
|
|
/badge.svg)
|
|
[](https://gitter.im/ada-lang/Lobby)
|
|
[](https://github.com/ohenley/awesome-ada)
|
|
|
|
ASFML is an Ada semi-thick binding to the
|
|
[SFML](https://www.sfml-dev.org/) library. It uses Ada types and
|
|
portable defined types which eliminates the inclusion of Ada interface
|
|
libraries, but most of the functions are directly imported.
|
|
|
|
# Documentation
|
|
Generated API documentation can be consulted [online](https://mgrojo.github.io/ASFML/doc/).
|
|
|
|
The Ada API follows the [CSFML](https://26.customprotocol.com/csfml/index.htm) interface, but
|
|
with some changes and additions for ease of use.
|
|
|
|
Applicability of the [SFML documentation](https://www.sfml-dev.org/learn.php) is usually straightforward.
|
|
|
|
"""
|
|
|
|
authors = ["Manuel Gomez", "Dan Lee Vazquez Garcia"]
|
|
maintainers = ["Manuel Gomez <mgrojo@gmail.com>"]
|
|
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.6.1"
|
|
|
|
[origin]
|
|
commit = "52ca4a2bb983b73af2e6e1251c9c82ece94499e2"
|
|
url = "git+https://github.com/mgrojo/ASFML.git"
|
|
|