-
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 #489 from odidev/oss-mesa-cuttlefish
Add Mesa and cuttlefish 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: Android-Cuttlefish | ||
category: Miscellaneous | ||
description: Cuttlefish is a configurable Android Virtual Device (AVD) that runs both remotely and locally, and it also guarantees full fidelity with Android framework. | ||
download_url: https://github.com/google/android-cuttlefish/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 0.9.26 | ||
release_date: 2024/05/21 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://source.android.com/docs/devices/cuttlefish | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://source.android.com/docs/devices/cuttlefish/get-started | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: https://github.com/google/android-cuttlefish/tree/v0.9.26?tab=readme-ov-file#virtual-device-for-android-host-side-utilities | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 support is mentioned in the Readme.md in the first released version on GitHub, i.e 0.9.26. | ||
|
||
--- |
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: Mesa | ||
category: Miscellaneous | ||
description: Mesa is an open-source library in Python, used for agent-based modeling, and is ideal for simulating complex systems and exploring emergent behaviors. | ||
download_url: https://pypi.org/project/Mesa/2.3.4/#files | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 0.5 | ||
release_date: 2014/12/16 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://mesa.readthedocs.io/en/stable/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://mesa.readthedocs.io/en/stable/#using-mesa | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: There are no release notes for Linux/ARM64. Mesa can be installed via pip, where none-any wheels are available. The least version available at PyPi is 0.5. | ||
|
||
--- |