1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# approx: proxy server for Debian archive files
# Copyright (C) 2017 Eric C. Cooper <ecc@cmu.edu>
# Released under the GNU General Public License
<**/*>: warn_A
<approx.ml>: package(nethttpd), package(re)
<config_file.ml>: package(re)
<log.ml>: package(netsys)
<release.ml>: package(re)
<url.ml>: package(netstring)
<util.ml>: package(sha)
<import.ml>: package(re)
<**/*.{byte,native}>: package(netsys), package(re), package(sha)
<approx.{byte,native}>: package(nethttpd)
<tests/*>: package(oUnit)
|