package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.0.tbz
sha256=b5c3d10f6f6048bfaf56fc4f0942d56381b55af4287caf8251487d4c4e7920d7
sha512=b3944b47c7ab1b2109aabc73dab7b9227765168bdcaddda875f3ee3c8277825f4a2672fbba903bf54ea507d00c7649c7dfc3c3bb156365d3052e570cf02caa82

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.