#!r6rs
;; Repacked by the Akku archive software with 'git archive'.
;; The original lock information was:
#;
((location
   (git "https://github.com/hinkelman/dataframe.git"))
  (tag "v0.9.0")
  (revision "3b7a15391b05647d0d603eb2b9c08004b5a02f0c"))
;; A git mirror is available at /archive/mirror/.
;; The original submission with a GPG-signed commit hash
;; is available at /archive/packages/.
(package
  (name "dataframe")
  (versions
    ((version "0.9.0")
      (synopsis
        "A dataframe record type for Scheme (R6RS) with procedures to select, drop, and rename columns, and filter, sort, split, bind, append, join, reshape, and aggregate dataframes.")
      (authors "Travis Hinkelman")
      (homepage "https://hinkelman.github.io/dataframe/")
      (license "MIT")
      (lock
        (location
          (url "https://archive.akkuscm.org/archive/pkg/d/dataframe_0.9.0_repack.tar.xz"))
        (content
          (sha256
            "06ba3650c19d5f73ce42f306cc3b0d9c7b0c7c966e740b7c7904e4294e023649")))
      (depends
        ((slib format) "^3.1.5")
        ("chez-srfi" "^0.0.0-akku.209.552cd37"))
      (depends/dev) (conflicts))))
