version.ml
gsl
1 2 3 4 5 6 7 (* gsl-ocaml - OCaml interface to GSL *) (* Copyright (©) 2014- - Markus Mottl *) (* Distributed under the terms of the GPL version 3 *) let () = Error.init () let version = "1.24.2"
1 2 3 4 5 6 7
(* gsl-ocaml - OCaml interface to GSL *) (* Copyright (©) 2014- - Markus Mottl *) (* Distributed under the terms of the GPL version 3 *) let () = Error.init () let version = "1.24.2"