# 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(pcre)
<config_file.ml>: package(pcre)
<log.ml>: package(netsys)
<url.ml>: package(netstring)
<util.ml>: package(sha)
<import.ml>: package(pcre)

<**/*.{byte,native}>: package(netsys), package(pcre), package(sha)
<approx.{byte,native}>: package(nethttpd)

<tests/*>: package(oUnit)
