SamuraiAku / SPDX.jl

Provides for the creation, reading and writing of SPDX files in multiple file formats. Written in pure Julia.
MIT License
5 stars 1 forks source link

Make SpdxDownloadLocationV2 #14

Closed SamuraiAku closed 1 year ago

SamuraiAku commented 2 years ago

Right now the DownloadLocation in a Package is just a string. We could make it into a structure holding the protocol type (e.g. git), the URL, and hash/tag. That would aid in analysis and editing.