Skip to content

Commit

Permalink
Merge pull request #496 from odidev/angular
Browse files Browse the repository at this point in the history
Add Angular CLI and Libjpeg-turbo files
  • Loading branch information
zachlasiuk authored Sep 27, 2024
2 parents 130460f + b605a88 commit eb54e4f
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/opensource_packages/angularcli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Angular CLI
category: Languages and Frameworks
description: Angular is a widely-used open-source web framework created by Google, aimed at developing dynamic and interactive single-page applications (SPAs).
download_url: https://www.npmjs.com/package/@angular/cli?activeTab=versions
works_on_arm: true
supported_minimum_version:
version_number: 6.0.8
release_date: 2018/06/06


optional_info:
homepage_url: https://angular.dev/
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content:
official_docs: https://angular.dev/installation
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 "npm install -g @angular/cli".

---
29 changes: 29 additions & 0 deletions content/opensource_packages/libjpeg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Libjpeg-turbo
category: Video
description: Libjpeg-turbo is a popular library for compressing JPEG images, helping to minimize the size of image data for easier storage or transmission.
download_url: https://github.com/libjpeg-turbo/libjpeg-turbo/releases
works_on_arm: true
supported_minimum_version:
version_number: 1.3.0
release_date: 2015/07/28


optional_info:
homepage_url: https://libjpeg-turbo.org/
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content:
official_docs: https://libjpeg-turbo.org/Downloads/YUM
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 libjpeg-turbo8*-dev". Kindly refer [here](https://launchpad.net/ubuntu/+source/libjpeg-turbo). The minimum version of libjpeg-turbo v1.3.0 corresponds to ubuntu:14.04 and v2.1.2 to ubuntu:22.04.

---

0 comments on commit eb54e4f

Please sign in to comment.