package luv

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file c.ml

1
2
3
4
5
6
7
8
9
10
11
12
(* This file is part of Luv, released under the MIT license. See LICENSE.md for
   details, or visit https://github.com/aantron/luv/blob/master/LICENSE.md. *)



module Types = Luv_c_types
module Functions =
  Luv_c_function_descriptions.Descriptions
    (Luv_c_generated_functions.Non_blocking)
module Blocking =
  Luv_c_function_descriptions.Blocking
    (Luv_c_generated_functions.Blocking)
OCaml

Innovation. Community. Security.