ocaml-containers/.ocamlinit
2013-06-12 19:35:48 +02:00

11 lines
230 B
OCaml

#use "topfind";;
#thread
#directory "_build/";;
#directory "_build/tests/";;
#load "containers.cma";;
#require "threads";;
#load "thread_containers.cma";;
open Gen.Infix;;
#install_printer Bencode.pretty;;
(* vim:syntax=ocaml:
*)