package sslconf
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
An OCaml version of Openssl's NCONF library
Install
dune-project
Dependency
Authors
Maintainers
Sources
sslconf-0.8.3.tbz
sha256=b427a97c7a47a39e718f3994f1f6f09ff8ce414a5ee0dac3bc89e716bfecdf0a
md5=2a0da5a04934b18b15b36c5707809aa9
Description
sslconf is a reimplementation of the Openssl NCONF library in OCaml.
NCONF reads Openssl config files. It delivers a data structure and a query API. Under the data structure are hash tables with strings and name-value stacks as values. The query API hides details of implementation.
sslconf has only OCaml code, so it can be used in a unikernel.
sslconf is distributed under the ISC license.
Published: 30 Oct 2017
Dependencies (10)
-
topkg-jbuilder
build -
cmdliner
< "2.0.0" - fpath
- rresult
- astring
- sexplib
-
ocaml-migrate-parsetree
< "2.0.0" - ppx_sexp_conv
-
jbuilder
>= "1.0+beta7" -
ocaml
>= "4.03.0"
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page