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 5b94fd2c12712e04345d4b130358afbb352f6436 authored by vthierry on 28 October 2025, 18:54:37 UTC, committed by vthierry on 28 October 2025, 18:54:37 UTC
sync from makefile
1 parent 4ad30c1
  • Files
  • Changes
  • a206553
  • /
  • public
  • /
  • wjson_test.js_latex_stringify.tex
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:5b94fd2c12712e04345d4b130358afbb352f6436
directory badge
swh:1:dir:28c1523fab318e277996fac88c12a1b3d8a9190d
content badge
swh:1:cnt:74ea298350e66f9774b489171f69acdc9bef35c3

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 ...
wjson_test.js_latex_stringify.tex
\documentclass{article}
\usepackage{listings}
\usepackage{xcolor}
\lstdefinelanguage{json}{basicstyle=\normalfont\ttfamily, numbers=left, numberstyle=\scriptsize, breaklines=true, frame=lines, backgroundcolor=\color{gray!10}, showstringspaces=false, string=[db]{"}, stringstyle=\color{green!50!black}, morestring=[s][\color{black}]{\ \ "}{":}, keywordstyle=\color{blue}, keywords={true,false,null}, literate= *{0}{{{\color{red}0}}}{1} {1}{{{\color{red}1}}}{1} {2}{{{\color{red}2}}}{1} {3}{{{\color{red}3}}}{1} {4}{{{\color{red}4}}}{1} {5}{{{\color{red}5}}}{1} {6}{{{\color{red}6}}}{1} {7}{{{\color{red}7}}}{1} {8}{{{\color{red}8}}}{1} {9}{{{\color{red}9}}}{1} {.}{{{\color{red}.}}}{1} {:}{{{\color{gray}{:}}}}{1} {,}{{{\color{gray}{,}}}}{1} {\{}{{{\color{gray}{\{}}}}{1} {\}}{{{\color{gray}{\}}}}}{1} {[}{{{\color{gray}{[}}}}{1} {]}{{{\color{gray}{]}}}}{1},}


\begin{document}

\begin{lstlisting}[language=json]
{
  name: wjson
  description: "Implements a JavaScript JSON weak-syntax reader and writer"
  homepage: "https://line.gitlabpages.inria.fr/aide-group/wjson"
  version: 1.0.3
  license: CECILL-C
  author: "Thierry Vieville <thierry.vieville@inria.fr>"
  repository: {
    type: git
    url: "https://gitlab.inria.fr/line/aide-group/wjson"
    project_ID: 26382
  }
  scripts: {
    install: "make -s --no-print-directory -C src install"
    build: "make -s --no-print-directory -C src build"
    test: "make -s --no-print-directory -C src test"
    clean: "make -s --no-print-directory -C src clean"
  }
  dependencies: {
    aidesys: "git+https://gitlab.inria.fr/line/aide-group/aidesys.git"
    rdf: latest
  }
  devDependencies: {
    aidebuild: "git+https://gitlab.inria.fr/line/aide-group/aidebuild.git"
  }
  softwareheritage: true
  npmjs: true
  swig: true
}
\end{lstlisting}

\end{document}
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