package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.1.0.tbz
sha256=077d520b0845c56e10ec5856d7c66ebe7a1f1bea4a3027d182f44b2529519d81
sha512=644fbf11e53ac88307b44c98f380e2c9db222b94e0e38263525c59d3504f185d79d916a506af45e84d16fd66889e1745305a7385d911e7b11c290549efdb444c

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
26
open Stdune

(* TODO we explicitly list what we use from stdune. This library should not use
   stdune at all when released *)
module Sexp = Sexp
module String = String
module List = List
module Either = Either
module Int = Int
module Poly = Poly
module Code_error = Code_error

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

module Env = Env
module Comparable = Comparable
module Result = Result
module Option = Option
module Table = Table
module Set = Set
module Ordering = Ordering
module Io = Io
module Loc = Loc
module Fdecl = Fdecl
OCaml

Innovation. Community. Security.