# file : bpkg-rep/buildfile # license : MIT; see accompanying LICENSE file import mods = libbutl.bash%bash{manifest-parser} ./: exe{bpkg-rep-publish bpkg-rep-manage} bash{package-archive} exe{bpkg-rep-publish}: in{publish} bash{utility} exe{bpkg-rep-manage}: in{manage} bash{utility package-archive} # Public modules. # bash{package-archive}: in{package-archive} $mods # Private modules. # bash{utility}: in{utility}