Skip to content

chore: enrich ASDF system definitions with metadata#19

Merged
diasbruno merged 1 commit into
mainfrom
copilot/update-asdf-system
May 8, 2026
Merged

chore: enrich ASDF system definitions with metadata#19
diasbruno merged 1 commit into
mainfrom
copilot/update-asdf-system

Conversation

Copilot AI commented May 8, 2026

Copy link
Copy Markdown
Contributor

All .asd files were sparse — missing author, homepage, source control, bug tracker, and carrying an incorrect "MIT" license (the actual license is Unlicense).

Changes

  • All systems (cl-xml, cl-soap, cl-wsdl, cl-xsd + their .test variants):

    • Added :author, :license "Unlicense" (corrected from "MIT"), :homepage, :source-control, :bug-tracker
    • Added :version "0.1.0" to test systems that lacked it
    • Added :maintainer to primary (non-test) systems
  • cl-xml.asd only: added :long-description pulling content from README.md at load time via uiop:read-file-string, so it stays in sync automatically:

:long-description #.(uiop:read-file-string
                     (uiop:subpathname *load-pathname* "README.md"))

Agent-Logs-Url: https://github.com/cl-sdk/cl-xml/sessions/669d71da-3243-4f31-8010-dd6f2922ab61

Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com>
@diasbruno diasbruno marked this pull request as ready for review May 8, 2026 03:10
@diasbruno diasbruno merged commit 6c887d2 into main May 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants