On Wed, 10 Sep 2025 16:05, Jaakko Niemi <[email protected]> wrote:
On Mon, Sep 8, 2025 at 1:28 AM Matthias Geiger <[email protected]> wrote:
On Thu, 24 Jul 2025 14:07:47 +0300 Jaakko Niemi <[email protected]>
wrote:
> Package: wnpp
> Severity: wishlist
>
> * Package name : oxicloud
> Version : 0.1.0-rc+git
> Upstream Contact: OxiCloud Contributors
> https://github.com/DioCrafts/OxiCloud/issues
> * URL : https://github.com/DioCrafts/OxiCloud
> * License : MIT
> Programming Lang: 76.2% Rust, 18.6% JavaScript
> Description : Oxicloud is lightweight, Rust - powered alternative
to
> NextCloud
>
> "I built OxiCloud because I wanted a simpler, faster file storage
solution
> than existing options.
> After struggling with NextCloud's performance on my home server, I
decided
> to create something
> that prioritizes speed and simplicity while still being robust enough for
> daily use.
>
Hi,
are you still working on this? cargo debstatus shows that it only
requires icalendar as new dependency. I'm a member of the debian rust
team and can help with review and sponsoring if needed.
Hi Matthias,
I found that icalendar needs version 8 of nom and (new) nom-language crate,
which
are not yet in archive. I also need to check why "librust-uuid-1+js-dev"
was not found, but
I think this just need a bit of override.
I disabled the +js feature in uuid since it depends on some wasm crates
that we usually disable.
So, I suppose the nom 7 to 8 upgrade is the biggest hurdle now as it will
introduce some
breakage:
https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md
Ah, I see. The nom upgrade indeed seems like a big challenge:
https://codesearch.debian.net/search?q=path%3Adebian%2Ftests%2Fcontrol%20rust-nom&literal=1&perpkg=1
shows all nom* crates; I' ll create a tracking issue in the
debcargo-conf repo and see how much work it'll be.
best,
werdahias