18 lines
369 B
JSON
Raw Normal View History

2025-01-12 20:40:48 +08:00
{
"key": "histogram",
"name": "Histogram",
"authors": [
"Hans Dembinski"
],
"description": "Fast multi-dimensional histogram with convenient interface for C++14",
"category": [
"Algorithms",
"Data",
"Math"
],
"maintainers": [
"Hans Dembinski <hans.dembinski -at- gmail.com>"
],
"cxxstd": "14"
}