An OCaml version of Openssl's NCONF library

Install

Authors

Maintainers

Sources

sslconf-0.8.3.tbz
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)

  1. topkg-jbuilder build
  2. cmdliner
  3. fpath
  4. rresult
  5. astring
  6. sexplib
  7. ocaml-migrate-parsetree < "2.0.0"
  8. ppx_sexp_conv
  9. jbuilder >= "1.0+beta7"
  10. ocaml >= "4.03.0"

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit with-test

Used by

    None

Conflicts

    None