chicken-vcarded/vcarded.egg

9 lines
223 B
Plaintext
Raw Normal View History

2024-02-07 00:44:46 -06:00
;; -*- Scheme -*-
((synopsis "Simple vCard parser.")
(author "Jaidyn Ann")
(category net)
(license "GPLv3")
(dependencies srfi-1 srfi-4 srfi-13 srfi-19 srfi-130 srfi-207 uri-common)
2024-02-07 00:44:46 -06:00
(components
(extension vcarded)))