-
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.
Merge pull request #497 from odidev/postman
Add groff and postman files
- 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: Groff | ||
category: Compilers/Tools | ||
description: Groff (GNU roff) is a text-processing tool that includes formatting commands to generate typeset documents, aligning it with the description of build tools and utilities that aid in generating readable or optimized output. | ||
download_url: https://ftp.gnu.org/gnu/groff/ | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 1.22.2 | ||
release_date: 2013/02/07 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://www.gnu.org/software/groff/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://www.gnu.org/software/groff/manual/groff.html#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 "apt install groff". Kindly refer [this](https://launchpad.net/ubuntu/+source/groff). The minimum version of groff v1.22.2 corresponds to ubuntu:14.04 and v1.22.4 to ubuntu:22.04. | ||
|
||
--- |
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: Postman | ||
category: Content mgmt platforms | ||
description: Postman is a platform for managing and building APIs. It allows users to manage different environments (e.g., development, staging, production) for their APIs. | ||
download_url: https://www.postman.com/downloads/ | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 10.24.26 | ||
release_date: 2024/06/03 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://www.postman.com/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://learning.postman.com/docs/getting-started/installation/installation-and-updates/#install-postman-on-linux | ||
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, but the tar is released for the latest version only. Kindly refer [this](https://www.postman.com/downloads/). Installation and Testing are done using "snap install postman". | ||
|
||
--- |