Skip to content

spdx/gordf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gordf

Build Status Coverage Status

gordf is a package which provides a parser for RDF files linearized using RDF/XML format. It will be used to represent the rdf files in memory and write back in possibly different formats like json, and xml.

License

MIT

Note: the license text in the sample-docs input file does not apply to any of the files (including the sample) - it is for illustrative purposes on how license text can be represented in SPDX RDF format.

Requirements

At present, gordf does not require any addittional packages except the base library packages of golang.

Installation Guide

Make sure that the GOPATH and GOROOT variables is correctly set in the current environment. Recommended go-version is go1.4

  • Using GoLang's Package Manager

    go get github.com/spdx/gordf
  • Directly From GitHub

     git clone github.com/spdx/gordf gordf 
  • Getting a Specific Version

     go get -u github.com/spdx/[email protected] 

    vx.y.z is a valid version from the tags of this repository.

  • Updating the Local Installation

     go get -u github.com/spdx/gordf 

Development Status

The repository is in its preliminary stage of development. It might have some defects. For reporting any issue, you can raise a ticket here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages