2
0
mirror of https://github.com/boostorg/chrono.git synced 2026-01-26 18:32:38 +00:00
Files
chrono/meta/libraries.json
2014-06-09 22:21:26 +01:00

37 lines
759 B
JSON

[
{
"key": "chrono",
"name": "Chrono",
"authors": [
"Howard Hinnant",
"Beman Dawes",
"Vicente J. Botet Escriba"
],
"maintainers": [
"Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>"
],
"description":
"Useful time utilities. C++11.",
"std": [ "proposal" ],
"category": [
"Domain", "System"
]
},
{
"key": "chrono/stopwatch",
"name": "Chrono.Stopwatch",
"authors": [
"Vicente J. Botet Escriba"
],
"maintainers": [
"Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>"
],
"description":
"Useful stopclocks and stopwatches utilities.",
"documentation": "stopwatches/",
"category": [
"Domain"
]
}
]