(library
 (name csexp_rpc)
 (synopsis "Threaded client & server that uses csexp for communication")
 (libraries stdune dyn dune_util csexp dune_engine fiber)
 (foreign_stubs
  (language c)
  (names pthread_chdir_stubs)))
