mirror of
https://github.com/boostorg/gil.git
synced 2026-01-19 04:12:11 +00:00
The switch was already announced in PR 677, but the metadata was not updated at the same time.
24 lines
538 B
JSON
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"
|
|
}
|