-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Angular CLI and Libjpeg-turbo files
Signed-off-by: odidev <[email protected]>
- Loading branch information
Showing
2 changed files
with
58 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: 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". | ||
|
||
--- |
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: 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. | ||
|
||
--- |