Artifact fd2d3bfc5bb3f1f98026d2198ac5e9f9831fb9d9:
- File csv-xml/csv-xml.meta — part of check-in [4ea543015e] at 2021-04-03 16:20:50 on branch v1.6584-ck5 — Pulled csv-xml in to facilitate migrating to ck5 (user: matt, size: 460) [annotate] [blame] [check-ins using]
;;;; csv-xml.meta -*- Hen -*- ((egg "csv-xml.egg") (date "2011-07-02") (category parsing) (author "Neil van Dyke") (license "LGPL 3") (doc-from-wiki) (synopsis "Parsing comma-separated values") (depends (setup-helper "1.5.2") (check-errors "2.0.2") (moremacros "1.4.2") (string-utils "1.5.5")) (test-depends testeez test) (files "csv-xml.meta" "csv-xml.setup" "csv-xml.scm" "csv-out.impl" "csv.ss" "test/run.scm" "test/test-csv.ss") )