1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 17:37:46 +00:00

Ports: Add Port for the yasm assembler (#6149)

This is a required dependency for many libraries.
This commit is contained in:
Tom Needham 2021-04-11 17:25:26 +01:00 committed by GitHub
parent 4152f807bc
commit ad4a4ba1c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 0 deletions

View file

@ -96,5 +96,6 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`vim`](vim/) | Vim | | https://www.vim.org/ |
| [`vitetris`](vitetris/) | vitetris | 0.59.1 | https://github.com/vicgeralds/vitetris |
| [`vttest`](vttest/) | vttest | 20210210 | https://invisible-island.net/vttest/ |
| [`yasm`](yasm/) | Yasm Modular Assembler | 1.3.0 | https://yasm.tortall.net/ |
| [`zlib`](zlib/) | zlib | 1.2.11 | https://www.zlib.net/ |
| [`zstd`](zstd/) | Zstandard | 1.4.4 | https://facebook.github.io/zstd/ |