aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA19
1 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..4d8192e
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "half"
+description: "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/half"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/half/half-1.6.0.crate"
+ }
+ version: "1.6.0"
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 12
+ day: 21
+ }
+}