package dune-rpc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Communicate with dune using rpc
Install
dune-project
Dependency
Authors
Maintainers
Sources
dune-3.21.1.tbz
sha256=84f7a82c6d80a7124f3847e9a489e80cfbeafb7bed3573ac01286ef56fd08d94
sha512=d9fa44e24036d2593adfe59e52e0ad64f3e7e973d23f84af57fc79e38fa210630b0cb55590f314d6ef455333b96a8e0ce188c2720eaae44576222541ba78efb3
doc/src/dune-rpc.private/public.ml.html
Source file public.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 27 28open Types module Request = struct type ('a, 'b) t = ('a, 'b) Decl.Request.witness let ping = Procedures.Public.ping.decl let diagnostics = Procedures.Public.diagnostics.decl let format = Procedures.Public.format.decl let format_dune_file = Procedures.Public.format_dune_file.decl let promote = Procedures.Public.promote.decl let promote_many = Procedures.Public.promote_many.decl let build_dir = Procedures.Public.build_dir.decl let runtest = Procedures.Public.runtest.decl end module Notification = struct type 'a t = 'a Decl.Notification.witness let shutdown = Procedures.Public.shutdown.decl end module Sub = struct type 'a t = 'a Sub.t let diagnostic = Sub.of_procedure Procedures.Poll.diagnostic let progress = Sub.of_procedure Procedures.Poll.progress let running_jobs = Sub.of_procedure Procedures.Poll.running_jobs end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>