;; -*- mode: scheme -*- ((author "Daniel Ziltener") (synopsis "A Chicken binding to read TOML configuration files") (category parsing) (license "MIT") (version "0.6") (dependencies r7rs rfc3339 coops) (test-dependencies srfi-64 srfi-152) (components (generated-source-file tomlc99/toml.c (custom-build "init-tomlc99.sh")) (c-object tomlc99/toml (source-dependencies tomlc99/toml.c) (source "tomlc99/toml.c")) (extension toml (objects tomlc99/toml) (csc-options "-X" "r7rs" "-R" "r7rs" "-K" "prefix" "-sJ" "-Itomlc99"))))