Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create gid-13.0.0.toml #1007

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions index/gi/gid/gid-13.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
description = "Generic Image Decoder - decode a broad variety of image formats"
name = "gid"
version = "13.0.0"
authors = ["Gautier de Montmollin"]
website = "https://gen-img-dec.sourceforge.io/"
licenses = "MIT"
maintainers = ["[email protected]"]
maintainers-logins = ["zertovitch", "Fabien-Chouteau"]
project-files = ["gid.gpr"]
tags = ["image", "decoder", "bmp", "gif", "jpeg", "jpg", "pbm", "pgm", "png", "pnm", "ppm", "qoi", "tga", "targa"]
executables = ["to_bmp"]
long-description = """
&nbsp;<img src="https://gen-img-dec.sourceforge.io/transp.png" alt="image" width="200" height="auto">

The Generic Image Decoder (GID) is a low-level Ada package for decoding a broad variety of image formats,
from any data stream, to any kind of medium, be it an in-memory bitmap, a GUI object, some other stream,
floating-point data for scientific calculations, a browser element, a device, ...

Currently supported formats are: BMP, GIF, JPEG, PNG, PNM (PBM, PGM, PPM), QOI, TGA

Animations (GIF, PNG) are supported.

Some features:

* Task safe
* Endian-neutral
* Multi-platform, but native code build
* Standalone (no dependency on other libraires, bindings, etc.; no extra component needed for running)
* Unconditionally portable code: OS-, CPU-, compiler- independent code (*).
* Pure Ada 2012: this package can be used in projects in Ada 2012 and later versions of the Ada language
* Free, open-source

______

(*) within limits of compiler's provided integer types and target architecture capacity.
"""

[gpr-externals]
GID_Build_Mode = ["Debug", "Fast_but_checked", "Fast_unchecked", "Small", "Smallest", "Profiling"]

[origin]
url = "https://sourceforge.net/projects/gen-img-dec/files/gid_013_without_test_images.zip"
hashes = ["sha512:efab534cb4ee1314d1847382397a40ca04e6b129a239d38d4e26671a570723a98daf6a6ff9630829cbfbdf6262243620c5740af1355d601eb299069883ddd887"]
Loading