ps2dev / ps2sdk-ports

Ports of useful libraries to PS2SDK
Other
107 stars 43 forks source link

Added LibYAML #53

Closed Based-Skid closed 3 years ago

Based-Skid commented 4 years ago

Added Libyaml for Working with the YAML Data Serialization Language.

YAML is a superset of JSON. This means We can also work with JSON data with LibYAML.

fjtrujy commented 4 years ago

Have you made any change in the YML library or it is directly the source code being compiled as it is?

Thanks

Based-Skid commented 4 years ago

No changes to libyaml.

Sent from ProtonMail mobile

-------- Original Message -------- On Oct 30, 2020, 4:02 PM, Francisco Javier Trujillo Mata wrote:

Have you made any change in the YML library or it is directly the source code being compiled as it is?

Thanks

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fjtrujy commented 4 years ago

Then is not needed to include the source code, just add it as a git submodule

fjtrujy commented 3 years ago

This PR is no longer needed because the library is included here: https://github.com/ps2dev/ps2sdk-ports/pull/61

I didn't modify anything about the LIBYAML original source code, this is how it needs to be.

Thanks

fjtrujy commented 3 years ago

Closing PR because was included in #61 Thanks