ocaml-containers/.ocamlinit
Simon Cruanes e1064845a7 much simpler Bij module:removed the generic encoding/decoding
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
2013-09-28 01:31:19 +02:00

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:
*)