Module Slap_version

module Slap_version: sig .. end
The version number of SLAP.

val version : string
The version number of SLAP: "major.minor.micro"
val major : int
The major version of SLAP.
val minor : int
The minor version of SLAP.
val micro : int
The micro version of SLAP.