Skip to content

Commit

Permalink
Merge pull request #520 from odidev/expat
Browse files Browse the repository at this point in the history
Add CJSON and Expat files
  • Loading branch information
zachlasiuk authored Oct 28, 2024
2 parents 1ec386c + 38b7811 commit f20a419
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/cjson.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: CJSON
category: Miscellaneous
description: CJSON is a small C library designed for working with JSON data. It offers a simple API to parse, create, and modify JSON, often used in embedded systems and applications.
download_url: https://github.com/DaveGamble/cJSON/releases
works_on_arm: true
supported_minimum_version:
version_number: 1.0.0
release_date: 2016/11/17


optional_info:
homepage_url: https://github.com/DaveGamble/cJSON
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content: https://www.alibabacloud.com/help/en/linkvisual/link-visual-enterprise-edition/developer-reference/use-the-linkvisual-sdk
official_docs: https://github.com/DaveGamble/cJSON?tab=readme-ov-file#building
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 tar archive [1.0.0](https://github.com/DaveGamble/cJSON/releases/tag/v1.0.0).

---
29 changes: 29 additions & 0 deletions content/opensource_packages/expat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Expat
category: Miscellaneous
description: Expat is a fast, stream-oriented XML parser library written in C. It efficiently parses XML data in a forward-only manner, making it ideal for embedded systems and high-performance applications.
download_url: https://github.com/libexpat/libexpat/releases
works_on_arm: true
supported_minimum_version:
version_number: 2.1.0
release_date: 2017/10/21


optional_info:
homepage_url: https://libexpat.github.io
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content:
official_docs: https://github.com/libexpat/libexpat?tab=readme-ov-file#building-from-a-git-clone
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 tar archive [2.1.0](https://github.com/libexpat/libexpat/releases/tag/R_2_1_0).

---

0 comments on commit f20a419

Please sign in to comment.