Federico Beffa <be...@ieee.org> skribis: > On Mon, Oct 17, 2016 at 4:40 PM, Ludovic Courtès <l...@gnu.org> wrote: >> Federico Beffa <be...@ieee.org> skribis: >> >>> From 4293c55d921d82c0542907024a1b51abea32b6dc Mon Sep 17 00:00:00 2001 >>> From: Federico Beffa <be...@fbengineering.ch> >>> Date: Sun, 16 Oct 2016 16:10:31 +0200 >>> Subject: [PATCH 06/15] gnu: Add chez-irregex. >>> >>> * gnu/packages/chez.scm (chez-irregex): New variable. >> >> [...] >> >>> + (uri (string-append >>> + "https://github.com/fedeinthemix/chez-irregex/archive" >>> + "/v" version ".tar.gz")) >> >> Wouldn’t it work to use the upstream Irregex as done in the >> ‘guile-irregex’ package? > > The original source includes a module definition for Guile, but not > one for R6RS Scheme. This package wraps the original code in an R6RS > library definition and adds a file to make it easy to run the test > suite.
OK, makes sense. Thanks for explaining! Ludo’.