2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 04:12:11 +00:00
Files
gil/meta/libraries.json
Dirk Stolle 2f7c3db5bd chore: update metadata for switch to C++ 14 (#682)
The switch was already announced in PR 677, but the metadata was
not updated at the same time.
2022-06-05 11:31:34 +02:00

24 lines
538 B
JSON

{
"key": "gil",
"name": "GIL",
"authors": [
"Lubomir Bourdev",
"Hailin Jin",
"Christian Henning"
],
"description": "(C++14) Generic Image Library",
"category": [
"Algorithms",
"Containers",
"Generic",
"Image-processing",
"Iterators"
],
"maintainers": [
"Stefan Seefeld <stefan -at- seefeld.name>",
"Mateusz Loskot <mateusz -at- loskot.net>",
"Pranam Lashkari <plashkari628 -at- gmail.com>"
],
"cxxstd": "14"
}