package base64
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Base64 encoding for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
base64-2.2.0.tbz
sha256=7dd9ad996ae22ef343c68a371de22de373e24dcadba6d12ffbc6bdd9a50fc94f
md5=49f2bc4ae37b832c652277c0b701a02a
doc/CHANGES.html
v2.2.0 (2017-06-20)
- Switch to jbuilder (#13, @rgrinberg)
v2.1.2 (2016-10-18)
- Fix version number (#11, @hannesm)
v2.1.1 (2016-10-03)
- Switch build to
topkgand obey theodigconventions for installing metadata files. - Add a test suite based on RFC4648 test vectors.
- Improve Travis CI tests to be multidistro.
v2.0.0 (2014-12-24)
- Switch the top-level
Base64module toB64to avoid clashing with various other similarly named modules inextliband some other libraries. This is obviously backwards compatibility breaking with all current users of this library. (#3).
1.1.0 (2014-12-16)
- Allow specifying a different alphabet during encoding or decoding, and supply a URI-safe alphabet along with the default Base64 standard.
- Add OCaml 4.02
safe-stringcompatibility. - Optionally support encoding without padding.
1.0.0 (2014-08-03)
- Initial public release.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page