summaryrefslogtreecommitdiff
path: root/lib/spack/external/archspec/json/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/external/archspec/json/README.md')
-rw-r--r--lib/spack/external/archspec/json/README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/spack/external/archspec/json/README.md b/lib/spack/external/archspec/json/README.md
new file mode 100644
index 0000000000..e01b75f31a
--- /dev/null
+++ b/lib/spack/external/archspec/json/README.md
@@ -0,0 +1,36 @@
+[![](https://github.com/archspec/archspec-json/workflows/JSON%20Validation/badge.svg)](https://github.com/archspec/archspec-json/actions)
+
+# Archspec-json
+
+The [archspec-json](https://github.com/archspec/archspec-json) repository is part of the
+[Archspec](https://github.com/archspec) project. It contains data on various architectural
+aspects of a platform stored in JSON format and is meant to be used as a base to develop
+language specific APIs.
+
+Currently the repository contains the following JSON files:
+```console
+.
+├── COPYRIGHT
+└── cpu
+    ├── microarchitectures.json # Contains information on CPU microarchitectures
+    └── microarchitectures_schema.json # Schema for the file above
+ ```
+
+
+## License
+
+Archspec is distributed under the terms of both the MIT license and the
+Apache License (Version 2.0). Users may choose either license, at their
+option.
+
+All new contributions must be made under both the MIT and Apache-2.0
+licenses.
+
+See [LICENSE-MIT](https://github.com/archspec/archspec-json/blob/master/LICENSE-MIT),
+[LICENSE-APACHE](https://github.com/archspec/archspec-json/blob/master/LICENSE-APACHE),
+[COPYRIGHT](https://github.com/archspec/archspec-json/blob/master/COPYRIGHT), and
+[NOTICE](https://github.com/archspec/archspec-json/blob/master/NOTICE) for details.
+
+SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+LLNL-CODE-811653