-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #531 from odidev/abh-new
Add R and hal files
- Loading branch information
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: R | ||
category: Languages and Frameworks | ||
description: R Project is open-source software for statistical analysis and graphics. It is popular in data science, visualization, and machine learning. The project features extensive packages and a highly supportive community. | ||
download_url: https://launchpad.net/ubuntu/+source/r-base | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 3.0.2 | ||
release_date: 2013/10/25 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://www.r-project.org/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://cran.icts.res.in/bin/linux/ubuntu/#install-r | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 release notes are not available. Installation and testing are done using `apt install r-base` on ubuntu 14.04 and above versions. | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Hardware Abstraction Layer (HAL) | ||
category: Operating System | ||
description: HAL (Hardware Abstraction Layer) is a software layer that allows applications to communicate with hardware devices without needing to know the specifics of how those devices work. | ||
download_url: https://github.com/emsec/hal/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 4.2.0 | ||
release_date: 2023/05/24 | ||
|
||
optional_info: | ||
homepage_url: https://source.android.com/docs/core/architecture/hal | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/emsec/hal/wiki/Building-HAL | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 release notes are not available. Installation and testing are done manually using the released tar [file](https://github.com/emsec/hal/archive/refs/tags/v4.2.0.tar.gz). | ||
|
||
--- |