Skip to content

Commit

Permalink
Fix formatting of meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Dec 22, 2023
1 parent 0bd4d91 commit 2aa05a4
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions meta/libraries.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
[
{
"key": "math",
"name": "Math",
"authors": [
"various"
],
"description": "Boost.Math includes several contributions in the domain of mathematics: Floating Point Utilities, Specific Width Floating Point Types, Mathematical Constants, Statistical Distributions, Special Functions, Root Finding and Function Minimization, Polynomials and Rational Functions, Interpolation, and Numerical Integration and Differentiation. Many of these features are templated to support both built-in, and extended width types (e.g. Boost.Multiprecision)",
"category": [
"Math"
],
"maintainers": [
"John Maddock <john -at- johnmaddock.co.uk>",
"Chris Kormanyos <e_float -at- yahoo.com>",
"Nick Thompson <nathompson7 -at- protonmail.com>",
"Matt Borland <matt -at- mattborland.com>"
],
"cxxstd": "14"
}
]
{
"key": "math",
"name": "Math",
"authors": [
"various"
],
"description": "Boost.Math includes several contributions in the domain of mathematics: Floating Point Utilities, Specific Width Floating Point Types, Mathematical Constants, Statistical Distributions, Special Functions, Root Finding and Function Minimization, Polynomials and Rational Functions, Interpolation, and Numerical Integration and Differentiation. Many of these features are templated to support both built-in, and extended width types (e.g. Boost.Multiprecision)",
"category": [
"Math"
],
"maintainers": [
"John Maddock <john -at- johnmaddock.co.uk>",
"Chris Kormanyos <e_float -at- yahoo.com>",
"Nick Thompson <nathompson7 -at- protonmail.com>",
"Matt Borland <matt -at- mattborland.com>"
],
"cxxstd": "14"
}

0 comments on commit 2aa05a4

Please sign in to comment.