gnu: mcrl2: Fix typo in synopsis.

* gnu/packages/maths.scm (mcrl2)[synopsis]: Fix typo.
[description]: Use @dfn.
master
Tobias Geerinckx-Rice 2018-02-08 14:42:32 +01:00
parent cc304fe821
commit ed0c5d3c58
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 5 deletions

View File

@ -3729,12 +3729,12 @@ reduction.")
("mesa" ,mesa)
("qt" ,qt)))
(build-system cmake-build-system)
(synopsis "toolset for the mCRL2 formal specification language")
(synopsis "Toolset for the mCRL2 formal specification language")
(description
"mCRL2 (micro Common Representation Language 2) is a formal specification
language for describing concurrent discrete event systems. Its toolset
supports analysis and automatic verification, linearisation, simulation,
state-space exploration and generation and tools to optimise and analyse
"@dfn{mCRL2} (micro Common Representation Language 2) is a formal
specification language for describing concurrent discrete event systems. Its
toolset supports analysis and automatic verification, linearisation, simulation,
state-space exploration and generation, and tools to optimise and analyse
specifications. Also, state spaces can be manipulated, visualised and
analysed.")
(home-page "http://mcrl2.org")