core packages now split out

This commit is contained in:
2026-02-20 14:14:07 -06:00
parent e6d05abd03
commit 285395807b
49 changed files with 1303 additions and 1281 deletions

View File

@@ -1,7 +1,7 @@
// cell qopconv - Convert QOP archive formats
var fd = use('fd')
var qop = use('qop')
var qop = use('internal/qop')
function print_usage() {
log.console("Usage: qopconv [OPTION...] FILE...")