posix-regex

CHICKEN Scheme wrapper for POSIX regular expression matching

git clone https://git.8pit.net/posix-regex.git

 1((author "Sören Tempel")
 2 (version "0.1.0")
 3 (category misc)
 4 (license "GPL-3")
 5 (platform unix)
 6 (synopsis "A thin wrapper around POSIX regular expression matching")
 7 (dependencies r7rs)
 8 (test-dependencies test)
 9 (components
10   (extension posix-regex
11              (csc-options "-O3" "-R" "r7rs" "-X" "r7rs")
12              (source "posix-regex.sld")
13              (source-dependencies "posix-regex.scm"))))