$newline never

#{pn} # #{metadataVersion metadata} # (current)
$if False
$if null tags No tags yet. # $forall (tag,count,tagged) <- tags #{tag} # #{count} , #

Add tag

#{nLikes} \ likes # $if downloads /= 0 $if downloads /= recentDownloads #{formatNum downloads} downloads # (#{formatNum recentDownloads} in the last 30 days) $else #{formatNum downloads} total downloads $else No downloads yet
#{metadataLicenseName metadata} licensed # $if null maintainers and maintained # $if not (null authors) by # $forall (i,identity) <- authors $case identity $of PlainText name $if i /= 0 , # #{name} $of Contact name email $if i /= 0 , # #{name} $of _ $if not (null maintainers)
Maintained by # $forall (i,identity) <- maintainers $case identity $of PlainText name $if i /= 0 , # #{name} $of Contact name email $if i /= 0 , # #{name} $of EmailOnly email $if i /= 0 , # #{renderEmail email}
Depends on
$forall (i,name) <- deps $if i /= 0 , # #{name} $if not $ null revdeps