Files
multiprecision/meta/libraries.json
Matt Borland 06f05c712e Update cxxstd field (#538)
[ci skip]
2023-02-27 10:03:47 -08:00

18 lines
453 B
JSON

{
"key": "multiprecision",
"name": "Multiprecision",
"authors": [
"John Maddock",
"Christopher Kormanyos"
],
"description": "Extended precision arithmetic types for floating point, integer, and rational arithmetic.",
"category": [
"Math"
],
"maintainers": [
"John Maddock <john -at- johnmaddock.co.uk>",
"christopher Kormanyos <e_float -at- yahoo.com>"
],
"cxxstd": "14"
}