package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.18.0.tbz
sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb
sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417

doc/src/dune-rpc.private/import.ml.html

Source file import.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include struct
  open Stdune
  module Sexp = Sexp
  module String = String
  module List = List
  module Either = Either
  module Int = Int
  module Poly = Poly
  module Code_error = Code_error
  module Env = Env
  module Comparable = Comparable
  module Result = Result
  module Option = Option
  module Table = Table
  module Set = Set
  module Io = Io
  module Loc = Loc
  module Fdecl = Fdecl
  module Univ_map = Univ_map
  module Comparable_intf = Comparable_intf

  module Path = struct
    (* we don't want to depend on build or source directories here *)
  end
end
OCaml

Innovation. Community. Security.