mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
stuff, replaced by translation to/from Bencode; switch now based on strings rather than chars to choose branch; fix uses a lazy value rather than a function
11 lines
235 B
OCaml
11 lines
235 B
OCaml
#use "topfind";;
|
|
#thread
|
|
#directory "_build/";;
|
|
#directory "_build/tests/";;
|
|
#load "containers.cma";;
|
|
#require "threads";;
|
|
#load "thread_containers.cma";;
|
|
open Sequence.Infix;;
|
|
#install_printer Bencode.pretty;;
|
|
(* vim:syntax=ocaml:
|
|
*)
|