Amirouche writes: >> If someone had a realistic plan of building something like that, I >> might be able to contribute. I am not going to tackle it alone. > > What's the status of guildhall, does it work? where are the latest changes? What we need is someone who regularly puts the package folder onto a static webserver (starnge that I did not think of just using a repo instead of implementing a full web interface with access rights and such). Guildhall works with guile-2.0, and there are no changes (though I have a local version in which `guild hall` outputs the default installation locations). However I get an error with guile 2.1.5: $ make ./env /home/arne/.local/bin//guile-tools compile -Wunbound-variable -Warity-mismatch -Wformat -o "guildhall/cli/config.go" "guildhall/cli/config.scm" Backtrace: In ice-9/boot-9.scm: 2860:10 19 (define-module* _ #:filename _ #:pure _ #:version _ # _ …) 2799:17 18 (resolve-interface (guildhall config) #:select _ #:hide …) 2724:10 17 (_ (guildhall config) _ _ #:ensure _) 3000:16 16 (try-module-autoload _ _) 2336:4 15 (save-module-excursion #) 3020:22 14 (_) In unknown file: 13 (primitive-load-path "guildhall/config" #) In guildhall/config.scm: 25:0 12 (_) In ice-9/boot-9.scm: 2799:17 11 (resolve-interface (guildhall destination fhs) #:select …) 2724:10 10 (_ (guildhall destination fhs) _ _ #:ensure _) 3000:16 9 (try-module-autoload _ _) 2336:4 8 (save-module-excursion #) 3020:22 7 (_) In unknown file: 6 (primitive-load-path "guildhall/destination/fhs" #) In guildhall/destination/fhs.scm: 152:0 5 (_) In guildhall/ext/inc/irregex-r6rs.scm: 1505:17 4 (sre->irregex _ . _) 2448:15 3 (sre->nfa _ 0) 2391:29 2 (lp ((* any) (: "." ($ (+ (~ numeric))))) 1 0 0) 2301:52 1 (lp ("." ($ (+ (~ numeric)))) 1 0 _) In ice-9/boot-9.scm: 762:26 0 (dispatch-exception _ _ _) Best wishes, Arne