unison

Fork of Unison, a bi-directional file synchronization tool
git clone git://git.laack.co/unison.git
Log | Files | Refs | README | LICENSE

dune (216B)


      1 (include_subdirs no)
      2 (copy_files# generic/lwt_unix_impl.ml)
      3 
      4 (library
      5  (name lwt_lib)
      6  (wrapped false)
      7  (flags :standard -warn-error -3-27-39 -no-strict-sequence)
      8  ; (modules :standard \ editor relay)
      9  (libraries))
     10