Skip to content
Snippets Groups Projects
Commit ed4c34f6 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

update recipes

parent 8a351134
No related branches found
No related tags found
No related merge requests found
#TODO camino crate error (after a patch on the ring crate) #TODO camino crate error
[source] [source]
git = "https://github.com/axodotdev/oranda" git = "https://github.com/axodotdev/oranda"
[build] [build]
......
#TODO Not compiled or tested #TODO make dependencies work
# data files - http://osirion.org/files/osirion-0.2.8-data.zip # data files - http://osirion.org/files/osirion-0.2.8-data.zip
[source] [source]
tar = "http://osirion.org/files/osirion-0.2.8-src.tar.bz2" tar = "http://osirion.org/files/osirion-0.2.8-src.tar.bz2"
......
#TODO not compiled or tested #TODO compilation error
[source] [source]
git = "https://github.com/ouch-org/ouch" git = "https://github.com/ouch-org/ouch"
rev = "796a03a41d1412dbd0f1cf973ca88c59a4614cc8" rev = "796a03a41d1412dbd0f1cf973ca88c59a4614cc8"
......
#TODO Not compiled or tested #TODO can't fetch the submodules because they need login
[source] [source]
git = "https://github.com/oxc-project/oxc" git = "https://github.com/oxc-project/oxc"
[build] [build]
......
#TODO Not compiled or tested #TODO compiled but not tested
[source] [source]
git = "https://github.com/shssoichiro/oxipng" git = "https://github.com/shssoichiro/oxipng"
rev = "e1db84fd9745f3320c08b883e4942cd5b30b98a6" rev = "e1db84fd9745f3320c08b883e4942cd5b30b98a6"
......
#TODO Not compiled or tested #TODO compiled but not tested (after cargo update)
[source] [source]
git = "https://github.com/BrookJeynes/oxycards" git = "https://github.com/BrookJeynes/oxycards"
[build] [build]
......
#TODO probably wrong template #TODO x11rb crate error
#TODO require WebAssembly #TODO require WebAssembly
[source] [source]
git = "https://github.com/JohnDowson/pcmg" git = "https://github.com/JohnDowson/pcmg"
......
#TODO Not compiled or tested #TODO compiled but not tested
[source] [source]
git = "https://github.com/landaire/pdbview" git = "https://github.com/landaire/pdbview"
[build] [build]
......
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
tar = "https://www.php.net/distributions/php-8.3.0.tar.xz" tar = "https://www.php.net/distributions/php-8.3.0.tar.xz"
[build] [build]
template = "configure" template = "configure"
dependencies = [
"libxml2",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment