1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
# approx: proxy server for Debian archive files
# Copyright (C) 2010 Eric C. Cooper <ecc@cmu.edu>
# Released under the GNU General Public License
<**/*.{mli,ml}>: warn_error_A
<approx.ml>: use_pcre, use_netstring, use_netcgi, use_nethttpd-for-netcgi2
<config_file.ml>: use_pcre
<import.ml>: use_pcre
<log.ml>: use_syslog
<url.ml>: use_netstring
<util.ml>: use_pcre, use_sha
<**/*.{byte,native}>: use_unix, use_pcre, use_sha
<*.{byte,native}>: use_syslog, use_netsys, use_netstring
<approx.{byte,native}>: use_netcgi, use_nethttpd-for-netcgi2
|