Closed na4zagin3 closed 4 years ago
Currently, autogen library names are prefixed with % and their packages are under satyrographos/experimental. We need to rename them to stabilize the feature.
%
satyrographos/experimental
It'd better to replace those prefixes with $.
$
(lang "0.0.3") (doc (name "example-doc") (build ((satysfi "doc-example.saty" "-o" "doc-example-ja.pdf") (make "build-doc"))) (dependencies (localized-today)) (autogen ($today)))
@require: $today
Currently, autogen library names are prefixed with
%
and their packages are undersatyrographos/experimental
. We need to rename them to stabilize the feature.It'd better to replace those prefixes with
$
.