package socket-daemon

  1. Overview
  2. No Docs
Create daemons listening to a socket for stop, restart, ..., orders

Install

Dune Dependency

Authors

Maintainers

Sources

old-codes-ocaml-socket-daemon-0.2.0.tar.gz
md5=39e2ffb5b69cbff132705fe864cbfaa5

Description

Lwt-oriented library to make your server run as a daemon and listen to a socket file. Provides a module to create the command-line client which send commands (stop, restart, ...) to the server through the socket.

Tags

socket daemon unix

Published: 22 Mar 2016

Dependencies (3)

  1. ppx_deriving_yojson >= "2.4" & < "3.0"
  2. lwt >= "2.5"
  3. ocaml >= "4.02.2"

Dev Dependencies

None

Used by

None

Conflicts

None