Skip to content
Snippets Groups Projects
Commit 627f4068 authored by Michele Alberti's avatar Michele Alberti
Browse files

Change CAISAR description in opam synopsis and main help message.

parent c7f9c8c0
No related branches found
No related tags found
No related merge requests found
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
synopsis: "Framework for neural network verification"
synopsis:
"Platform for characterizing the safety and robustness of artificial intelligence based software."
depends: [
"ocaml" {>= "4.13.0"}
"dune-site" {= "2.9.0"}
......
......@@ -11,7 +11,7 @@
(package
(name caisar)
(synopsis "Framework for neural network verification")
(synopsis "Platform for characterizing the safety and robustness of artificial intelligence based software.")
(depends
(ocaml (>= 4.13.0))
(dune-site (= 2.9.0))
......
......@@ -193,7 +193,10 @@ let verify_cmd =
Term.info cmdname ~sdocs:Manpage.s_common_options ~exits ~doc ~man )
let default_cmd =
let doc = "Framework for neural networks property verification and more." in
let doc =
"Platform for characterizing the safety and robustness of artificial \
intelligence based software."
in
let sdocs = Manpage.s_common_options in
let man =
[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment