diff options
| author | emmett1 <me@emmett1.my> | 2026-05-31 15:49:11 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-31 15:49:11 +0800 |
| commit | a62bd976bf0daeea5256573f29cbebb0bf81d746 (patch) | |
| tree | a531c27c095ac8b540de804d73b0003717dd97aa | |
| parent | b582437666acf18e37b7b592a7e3e7b799b41c61 (diff) | |
| parent | 77ad5e23c74d69d97ab935d1953f54463eaab478 (diff) | |
| download | alicelinux-a62bd976bf0daeea5256573f29cbebb0bf81d746.tar.gz alicelinux-a62bd976bf0daeea5256573f29cbebb0bf81d746.zip | |
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
| -rw-r--r-- | repos/community/gumbo-parser/info | 4 | ||||
| -rw-r--r-- | repos/community/libflac/info | 4 | ||||
| -rw-r--r-- | repos/community/luajit/info | 5 | ||||
| -rw-r--r-- | repos/community/mednafen/info | 4 | ||||
| -rw-r--r-- | repos/community/neovim/info | 4 | ||||
| -rw-r--r-- | repos/community/newsraft/info | 4 |
6 files changed, 25 insertions, 0 deletions
diff --git a/repos/community/gumbo-parser/info b/repos/community/gumbo-parser/info new file mode 100644 index 00000000..e8af9350 --- /dev/null +++ b/repos/community/gumbo-parser/info @@ -0,0 +1,4 @@ +description: HTML parser library implemented in C99 +homepage: https://codeberg.org/gumbo-parser/gumbo-parser +license: Apache-2.0 +maintainer: ohnoes_ohnoes <ohnoes_ohnoes at codeberg dot org> diff --git a/repos/community/libflac/info b/repos/community/libflac/info new file mode 100644 index 00000000..96530210 --- /dev/null +++ b/repos/community/libflac/info @@ -0,0 +1,4 @@ +description: Free Lossless Audio Encoder +homepage: https://xiph.org/flac/ +license: BSD-3-Clause AND GPL-2.0-or-later +maintainer: ohnoes_ohnoes <ohnoes_ohnoes at codeberg dot org> diff --git a/repos/community/luajit/info b/repos/community/luajit/info new file mode 100644 index 00000000..3b5414d9 --- /dev/null +++ b/repos/community/luajit/info @@ -0,0 +1,5 @@ +description: Just-In-Time Compiler for the Lua programming language +homepage: https://luajit.org/ +license: MIT +maintainer: ohnoes_ohnoes <ohnoes_ohnoes at codeberg dot org> +maintainer: Lostt <lost@privacyrequired.com> diff --git a/repos/community/mednafen/info b/repos/community/mednafen/info new file mode 100644 index 00000000..1c9b4c7a --- /dev/null +++ b/repos/community/mednafen/info @@ -0,0 +1,4 @@ +description: Multi-system emulator utilizing OpenGL and SDL +homepage: https://mednafen.github.io/ +license: GPL-2.0-only +maintainer: ohnoes_ohnoes <ohnoes_ohnoes at codeberg dot org> diff --git a/repos/community/neovim/info b/repos/community/neovim/info new file mode 100644 index 00000000..463db68b --- /dev/null +++ b/repos/community/neovim/info @@ -0,0 +1,4 @@ +description: Fork of vim focused on extensibility and agility +homepage: https://neovim.io/ +license: Apache-2.0 AND Vim +maintainer: ohnoes_ohnoes <ohnoes_ohnoes at codeberg dot org> diff --git a/repos/community/newsraft/info b/repos/community/newsraft/info new file mode 100644 index 00000000..4ece3396 --- /dev/null +++ b/repos/community/newsraft/info @@ -0,0 +1,4 @@ +description: Feed reader for terminal +homepage: https://codeberg.org/newsraft/newsraft +license: ISC +maintainer: ohnoes_ohnoes <ohnoes_ohnoes at codeberg dot org> |