(import (r7rs)) (define-library (toml) (export table-from-file table-from-string toml-self-key toml-count-entries toml-count-key-vals toml-count-arrays toml-count-tables toml-string toml-bool toml-int toml-double toml-timestamp toml-array toml-table toml-key-exists? toml-key-at) (begin (include "toml-impl.scm")))