Package Details: limbo 0.0.22-1

Git Clone URL: https://aur.archlinux.org/limbo.git (read-only, click to copy)
Package Base: limbo
Description: Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
Upstream URL: https://github.com/tursodatabase/limbo
Keywords: database oltp sqlite
Licenses: MIT
Submitter: aarto
Maintainer: aarto
Last Packager: aarto
Votes: 4
Popularity: 1.30
First Submitted: 2024-12-16 03:42 (UTC)
Last Updated: 2025-06-20 17:06 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

gyscos commented on 2025-06-28 13:53 (UTC)

Hi! It looks like limbo is being renamed to turso. Not sure if a new AUR package should be started or if this one can be renamed?

aarto commented on 2025-05-02 16:38 (UTC)

Fixed! Thanks for letting me know

gyscos commented on 2025-05-02 14:31 (UTC) (edited on 2025-05-02 16:22 (UTC) by gyscos)

Hi, and thanks for maintaining this package! I'm getting compilation error building this with gcc 15.1.1, oniguruma 6.9.10:

  cargo:warning=oniguruma/src/regparse.c: In function 'onig_st_init_strend_table_with_size':
  cargo:warning=oniguruma/src/regparse.c:588:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(st_str_end_key *, st_str_end_key *)' [-Wincompatible-pointer-
types]
  cargo:warning=  588 |     str_end_cmp,
  cargo:warning=      |     ^~~~~~~~~~~
  cargo:warning=oniguruma/src/regparse.c:588:5: note: (near initialization for 'hashType.compare')
  cargo:warning=oniguruma/src/regparse.c:550:1: note: 'str_end_cmp' declared here
  cargo:warning=  550 | str_end_cmp(st_str_end_key* x, st_str_end_key* y)
  cargo:warning=      | ^~~~~~~~~~~
  cargo:warning=oniguruma/src/regparse.c:589:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(st_str_end_key *)' [-Wincompatible-pointer-types]
  cargo:warning=  589 |     str_end_hash,
  cargo:warning=      |     ^~~~~~~~~~~~
  cargo:warning=oniguruma/src/regparse.c:589:5: note: (near initialization for 'hashType.hash')
  cargo:warning=oniguruma/src/regparse.c:571:1: note: 'str_end_hash' declared here
  cargo:warning=  571 | str_end_hash(st_str_end_key* x)
  cargo:warning=      | ^~~~~~~~~~~~

(And a bunch of similar ones)

The weird thing is that it works totally fine on 2 other computers running up-to-date arch as well :^S

aarto commented on 2025-03-20 08:01 (UTC)

That's wonderful news!

alerque commented on 2025-03-20 07:01 (UTC)

A few more votes and a little more stability upstream and I'll be migrating this to [extra].