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

Support other file formats #8

Open SamuraiAku opened 2 years ago

SamuraiAku commented 2 years ago

YAML should be pretty straightforward.

RDF will be more challenging. Need to find an XML parser that supports this format.