CFStream_about.ml
cfstream
1 2 3 4 5 6 7 8 (** General information about this code. *) (** Version: [VERSION] *) let version = String.trim "dev " (** Git commit if known: [GIT_COMMIT] *) let git_commit = None
1 2 3 4 5 6 7 8
(** General information about this code. *) (** Version: [VERSION] *) let version = String.trim "dev " (** Git commit if known: [GIT_COMMIT] *) let git_commit = None