-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
FormatManifest FormatManifest Format
Description
Many of the libraries listed here have packages in Arch Linux's repos. I would like to add this metadata, but before I do that, I would like to be clear on the format to use, and whether this type of metadata is desired at all.
I saw that various manifest files link to openSUSE packages, but this seems to have been discontinued in newer versions of these manifests. Maybe it was too much of a hassle to maintain this data for the various openSUSE releases. (Only packages for openSUSE 11.4 were linked.)
Arch is a rolling-release distribution, so this could be considerably easier. For libqinfinity, for instance, the following additional metadata should be sufficient:
{ ...,
"packages": { ...,
"archlinux": {
"repository": "community",
"package_name": "libqinfinity"
}
}
}Metadata
Metadata
Assignees
Labels
FormatManifest FormatManifest Format