Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 3fc6efcf5444dee0c690d4d57aab06a50593ad8a authored by Alice Brenon on 25 November 2025, 13:33:00 UTC, committed by Alice Brenon on 25 November 2025, 13:33:00 UTC
Switch license to GPLv3 (https://www.gnu.org/licenses/gpl.html)
1 parent aeff254
  • Files
  • Changes
  • 5709fd9
  • /
  • guix.scm
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:3fc6efcf5444dee0c690d4d57aab06a50593ad8a
directory badge
swh:1:dir:5709fd9134a64c18361f50e41c2ca0632d54953d
content badge
swh:1:cnt:abe4f0daf0d9efa91229c85bc87fc77da93544d5

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
guix.scm
(use-modules ((gnu packages haskell-xyz) #:select (ghc-edit-distance
                                                   ghc-optparse-applicative
                                                   ghc-pipes
                                                   ghc-roman-numerals
                                                   ghc-xml))
             ((guix build-system haskell) #:select (haskell-build-system))
             ((guix gexp) #:select (local-file))
             ((guix git-download) #:select (git-predicate))
             ((guix licenses) #:select (bsd-3))
             ((guix packages) #:select (package)))

(let
  ((%source-dir (dirname (current-filename))))
  (package
    (name "soprano")
    (version "devel")
    (source
      (local-file %source-dir
                  #:recursive? #t
                  #:select? (git-predicate %source-dir)))
    (build-system haskell-build-system)
    (inputs (list ghc-edit-distance ghc-pipes ghc-roman-numerals ghc-xml
                  ghc-optparse-applicative))
    (home-page "https://gitlab.huma-num.fr/disco-lge/soprano")
    (synopsis "A tool to extract textual content from ALTO files")
    (description
     "Soprano is a tool developed for project GÉODE
(@xref{https://geode-project.github.io/}) which studies the geographic discourse
in encyclopedias. It was desiged to extract encyclopedia articles from OCRed
pages represented by a set of ALTO files.

It lets one apply various filtering in the process, for instance specifying the
type of ALTO blocks to retain or setting a quality threshold on OCR recognition.
Articles can be output in raw text or encoded in XML-TEI.")
    (license bsd-3)))
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API