File: expected.yaml

package info (click to toggle)
rust-upstream-ontologist 0.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,968 kB
  • sloc: xml: 186; python: 13; sh: 12; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Name: swh.loader.git
Version: 2.1.1.dev2+g0002d5a.d20230125
Summary: Software Heritage git loader
Homepage: https://forge.softwareheritage.org/diffusion/DLDG/
Author:
 - !Person
   name: Software Heritage developers
   email: swh-devel@inria.fr
Bug-Database: https://forge.softwareheritage.org/maniphest
Funding: https://www.softwareheritage.org/donate
Repository: https://forge.softwareheritage.org/source/swh-loader-git
Documentation: https://docs.softwareheritage.org/devel/swh-loader-git/
Description: "The Software Heritage Git Loader is a tool and a library to walk a local\nGit repository and inject into the SWH dataset all contained files that\nweren't known before.\n\nThe main entry points are:\n\n* \n:class:swh.loader.git.loader.GitLoader for the main loader which can ingest either\nlocal or remote git repository's contents. This is the main implementation deployed in\nproduction.\n\n* \n:class:swh.loader.git.from_disk.GitLoaderFromDisk which ingests only local git clone\nrepository.\n\n* \n:class:swh.loader.git.loader.GitLoaderFromArchive which ingests a git repository\nwrapped in an archive.\n\n"