Skip to content

Commit

Permalink
Merge pull request #479 from odidev/flex
Browse files Browse the repository at this point in the history
Add Flex and TEJ API files
  • Loading branch information
zachlasiuk authored Sep 27, 2024
2 parents 5a9c4a0 + 24f5a3f commit 692fad8
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/flex.md
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).

---
29 changes: 29 additions & 0 deletions content/opensource_packages/tej_api.md
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/).

---

0 comments on commit 692fad8

Please sign in to comment.