Skip to content

Commit

Permalink
Merge pull request #508 from odidev/acl
Browse files Browse the repository at this point in the history
Add ACL and Spring Cloud Task files
  • Loading branch information
zachlasiuk authored Oct 28, 2024
2 parents a7a2112 + 3d2adaf commit 45e5e1c
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/acl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: ACL
category: Networking
description: The ACL library offers efficient network communication, asynchronous I/O, and event-driven programming, supporting protocols like TCP, UDP, and HTTP, along with threading and message queues, optimized for scalability.
download_url: https://sourceforge.net/projects/acl/files/acl/
works_on_arm: true
supported_minimum_version:
version_number: 3.0.21
release_date: 2014/10/30


optional_info:
homepage_url: https://acl-dev.cn/
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content:
official_docs: https://github.com/acl-dev/acl/tree/master?tab=readme-ov-file#31-compiling-acl-on-different-platforms
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 [3.0.21](https://github.com/acl-dev/acl/releases/tag/3.0.21).

---
29 changes: 29 additions & 0 deletions content/opensource_packages/spring_cloud_task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Spring Cloud Task
category: Miscellaneous
description: Spring Cloud Task is a framework designed to execute short-lived microservices. It streamlines creating and managing one-time or batch jobs in cloud environments, providing built-in features for tracking and monitoring task execution.
download_url: https://github.com/spring-cloud/spring-cloud-task/releases
works_on_arm: true
supported_minimum_version:
version_number: 2.3.1
release_date: 2021/03/18


optional_info:
homepage_url: https://spring.io/projects/spring-cloud-task
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content:
official_docs: https://github.com/spring-cloud/spring-cloud-task?tab=readme-ov-file#build-main-project
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.3.1](https://github.com/spring-cloud/spring-cloud-task/releases/tag/v2.3.1).

---

0 comments on commit 45e5e1c

Please sign in to comment.