gnu: julia-commonsubexpressions: Fix Texinfo syntax.
* gnu/packages/julia-xyz.scm (julia-commonsubexpressions)[synopsis] [description]: Fix Texinfo syntax.master
parent
1410383dee
commit
f233bb170b
|
@ -304,8 +304,8 @@ with.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-macrotools" ,julia-macrotools)))
|
`(("julia-macrotools" ,julia-macrotools)))
|
||||||
(home-page "https://github.com/rdeits/CommonSubexpressions.jl")
|
(home-page "https://github.com/rdeits/CommonSubexpressions.jl")
|
||||||
(synopsis "Macro @code{@cse}")
|
(synopsis "@code{@@cse} macro for Julia")
|
||||||
(description "This package provides the @code{@cse} macro, which performs
|
(description "This package provides the @code{@@cse} macro, which performs
|
||||||
common subexpression elimination.")
|
common subexpression elimination.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
Reference in New Issue