Skip to content

moosetechnology/SoftwareHeritage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoftwareHeritage

I am a project holding an integration of Software Heritage with Moose tools.

For now I mostly includes an interface to search Software Heritage projects, select a java project, select some releases, tags or branches and import models from them.

Installation

To install the project in your Pharo image execute:

    Metacello new
    	githubUser: 'moosetechnology' project: 'SoftwareHeritage' commitish: 'main' path: 'src';
    	baseline: 'SoftwareHeritage';
    	load

To add it to your baseline:

    spec
    	baseline: 'SoftwareHeritage'
    	with: [ spec repository: 'github://moosetechnology/SoftwareHeritage:main/src' ]

Note that you can replace the #v1.x.x by another branch such as #development or a tag such as #v1.0.0, #v1.? or #v1.1.?.

About

I am a project holding an integration of Software Heritage with Moose tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors