;; -*- mode: Scheme; -*- ((category data io) (license "BSD") (author "Thomas Chust") (synopsis "Protocol buffer serialization") (doc-from-wiki) (needs srfi-42 srfi-4-comprehensions srfi-99 numbers) (test-depends srfi-78) (files "protobuf.scm" "encoding.scm" "reflection.scm" "syntax.scm" "main.scm" "protoc-gen-chicken.scm" "google/protobuf/descriptor.scm" "extend/protobuf/bigint.scm" "google/protobuf/compiler/plugin.scm" "generator.scm" "tests/run.scm" "tests/abook.proto" "tests/abook.scm"))