Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 04cac2f
  • /
  • fips
  • /
  • tools
  • /
  • README
Raw File
Permalinks

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.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:ad5ef22f2aa2c1c883830a949d242ddf10ae9786
directory badge Iframe embedding
swh:1:dir:92312a9f25f72c0aae3a4cfa471f833695fa4a0a
README
FIPS tools explained
====================

api_list.pl
    a script to produce an API description, saying what parameters are
    for input, output or both.

    Most often, the direction of a parameter is determined automatically.
    However, quite a number of them are educated guesses.  Either way,
    the information is stored in the file declarations.dat in this
    directory, and can be manually corrected; simply go through
    declarations.dat, look for any value with the key 'direction'
    where the value contains a question mark.  Those should be changed
    to whatever is true, and the values should be one of the
    following:

	<-	output
	->	input
	<->	both

api_fns.pm
    a module that helps api_list.pl do its job.

declarations.dat
    a file of information about public fips symbols.  See api_list.pl
    above.

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top