From 24f5a3f39ae00ed26c39402045c0d7e0a139bcaa Mon Sep 17 00:00:00 2001 From: odidev Date: Thu, 19 Sep 2024 04:42:01 +0000 Subject: [PATCH] Add Flex and TEJ API files Signed-off-by: odidev --- content/opensource_packages/flex.md | 29 ++++++++++++++++++++++++++ content/opensource_packages/tej_api.md | 29 ++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 content/opensource_packages/flex.md create mode 100644 content/opensource_packages/tej_api.md diff --git a/content/opensource_packages/flex.md b/content/opensource_packages/flex.md new file mode 100644 index 00000000..4368202e --- /dev/null +++ b/content/opensource_packages/flex.md @@ -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). + +--- diff --git a/content/opensource_packages/tej_api.md b/content/opensource_packages/tej_api.md new file mode 100644 index 00000000..188e11c0 --- /dev/null +++ b/content/opensource_packages/tej_api.md @@ -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/). + +---