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.3.0.tar.gz
md5=66db35438bdf0dda3eead4d83c71246c

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: 18 Aug 2016

Dependencies (3)

  1. ppx_deriving_yojson >= "3.0"
  2. lwt >= "2.5" & < "4.0.0"
  3. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None