Module CudfAdd.Cudf_hashtbl


module Cudf_hashtbl: OCAMLHashtbl.Make(sig
type t = Cudf.package 
val equal : Cudf.package -> Cudf.package -> bool
val hash : Cudf.package -> int
end)
specialized Hash table for cudf packages