package swhid_compute
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml library to work with Software Heritage identifiers, compute library used in swhid
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.1.tar.gz
sha256=60ea44e38caa1648603af7f57a42ab72e653a967681e378ea62922c4165f8a84
sha512=7e1eb0301579e14bc40d0cadf49b3460adc16013a27089d366ce90bef499d048103fd4d9fd0030ec2e1f425fe5fd71ab9ed52473cade8060bb1e60e1fc65d743
doc/README.html
swhid_compute

swhid_compute is an OCaml library to work with persistent identifiers found in Software Heritage, also known as swhid.
This library only contains the Compute module.
Installation
swhid_compute can be installed with opam:
opam install swhid_computeIf you don't have opam, you can install it following the how to install opam guide.
If you can't or don't want to use opam, consult the opam file for build instructions.
Quickstart
let () = Format.printf "TODO@."For more, have a look at the example folder, at the documentation or at the test suite.
About
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page