Skip to content

Commit

Permalink
Merge pull request #531 from odidev/abh-new
Browse files Browse the repository at this point in the history
Add R and hal files
  • Loading branch information
zachlasiuk authored Dec 2, 2024
2 parents ce3694f + 3e74f82 commit a0bf801
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/opensource_packages/R.md
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.

---
28 changes: 28 additions & 0 deletions content/opensource_packages/hal.md
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).

---

0 comments on commit a0bf801

Please sign in to comment.