Frama-C:
Plug-ins:
Libraries:

Frama-C API - Typed_memory

module type Config = sig ... end
module type Value = sig ... end
module Make (_ : Config) (Value : Value) : sig ... end