-
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 #479 from odidev/flex
Add Flex and TEJ API 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: Flex | ||
category: Compilers/Tools | ||
description: Flex is a tool used to create lexical analyzers, which identify patterns in text. It processes specified rules and generates C and C++ code to handle lexical analysis tasks. | ||
download_url: https://github.com/westes/flex/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 2.6.1 | ||
release_date: 2016/03/02 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://github.com/westes/flex | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/westes/flex/blob/master/INSTALL.md | ||
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 via the tar archive [2.6.1](https://github.com/westes/flex/releases/tag/v2.6.1). | ||
|
||
--- |
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: TEJAPI | ||
category: Miscellaneous | ||
description: TEJAPI is a service provided by the Taiwan Economic Journal (TEJ) that provides access to various financial, economic, and business information. It provides information such as stock prices, company announcements, and macroeconomics in Taiwan and Asia in general. | ||
download_url: https://pypi.org/project/tejapi/#history | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 0.1.3 | ||
release_date: 2018/05/09 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://api.tej.com.tw/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://api.tej.com.tw/document_python.html | ||
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 via the tar archive [0.1.3](https://pypi.org/project/tejapi/0.1.3/). | ||
|
||
--- |