2
0
mirror of https://github.com/boostorg/locale.git synced 2026-01-19 04:22:08 +00:00
Files
locale/meta/libraries.json
Alexander Grund 3bc127eb35 Require C++11
Modify build configs and CI files to check for C++11 support
2022-09-14 09:36:08 +02:00

17 lines
364 B
JSON

{
"key": "locale",
"name": "Locale",
"authors": [
"Artyom Beilis"
],
"description": "Provide localization and Unicode handling tools for C++.",
"category": [
"String"
],
"maintainers": [
"Artyom Beilis <artyomtnk -at- yahoo.com>",
"Alexander Grund <alex -at- grundis.de>"
],
"cxxstd": "11"
}