From 15514b1013a22977a451c64b6df229414a9dde6b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 23 Sep 2020 13:13:05 +0300 Subject: Add package-archive.bash public module --- bpkg-rep/buildfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bpkg-rep/buildfile') diff --git a/bpkg-rep/buildfile b/bpkg-rep/buildfile index 6f84fd1..9177409 100644 --- a/bpkg-rep/buildfile +++ b/bpkg-rep/buildfile @@ -1,8 +1,16 @@ # file : bpkg-rep/buildfile # license : MIT; see accompanying LICENSE file -./: exe{bpkg-rep-publish} +import mods = libbutl.bash%bash{manifest-parser} + +./: exe{bpkg-rep-publish} bash{package-archive} exe{bpkg-rep-publish}: in{publish} bash{utility} +# Public modules. +# +bash{package-archive}: in{package-archive} $mods + +# Private modules. +# bash{utility}: in{utility} -- cgit v1.1