#!r6rs
;; Repacked by the Akku archive software with 'git archive'.
;; The original lock information was:
#;
((location (git "https://github.com/ktakashi/r6rs-pffi"))
  (revision "2968a13f088faddafb9f7ee0ea7719d1c592d916"))
;; A git mirror is available at /archive/mirror/.
;; The original submission with a GPG-signed commit hash
;; is available at /archive/packages/.
(package
  (name "r6rs-pffi")
  (versions
    ((version "2.0.0")
      (synopsis
        "Portable Foreign Function Interface (2025-05-16)")
      (description
        "PFFI is a portable foreign function interface for R6RS Scheme implementations."
        "Supported implementations:"
        "- Sagittarius (0.9.12 or later)"
        "- Racket (plt-r6rs v8.16 or later)"
        "- Guile (3.0.10 or later)"
        "- Chez Scheme (v10.0.0 or later)"
        "(The version number is not upstream's. It is a semver version used for Akku.)")
      (authors "Takashi Kato") (license "BSD-2-Clause")
      (lock
        (location
          (url "https://archive.akkuscm.org/archive/pkg/r/r6rs-pffi_2.0.0_repack.tar.xz"))
        (content
          (sha256
            "f71a65a6646d1166306a3084b6aa52566875f35886ee0ef5a3e5b791d4cb9590")))
      (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev)
      (conflicts))))
