diff options
Diffstat (limited to 'meta/recipes-devtools/fastfloat')
-rw-r--r-- | meta/recipes-devtools/fastfloat/fastfloat_8.0.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/fastfloat/fastfloat_8.0.2.bb b/meta/recipes-devtools/fastfloat/fastfloat_8.0.2.bb new file mode 100644 index 0000000000..ca69a4238f --- /dev/null +++ b/meta/recipes-devtools/fastfloat/fastfloat_8.0.2.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "fast_float number parsing library: 4x faster than strtod" | ||
2 | HOMEPAGE = "https://github.com/fastfloat/fast_float" | ||
3 | LICENSE = "Apache-2.0 & BSL-1.0 & MIT" | ||
4 | LIC_FILES_CHKSUM = " \ | ||
5 | file://LICENSE-MIT;md5=32b11d50c7d9788d4270f6a83f3e68eb \ | ||
6 | file://LICENSE-APACHE;md5=81db248e90379bcfc0582b578b009bc3 \ | ||
7 | file://LICENSE-BOOST;md5=2c7a3fa82e66676005cd4ee2608fd7d2 \ | ||
8 | " | ||
9 | |||
10 | SRC_URI = "git://github.com/fastfloat/fast_float.git;protocol=https;branch=main" | ||
11 | |||
12 | SRCREV = "50a80a73ab2ab256ba1c3bf86923ddd8b4202bc7" | ||
13 | |||
14 | inherit cmake | ||