File: _tags

package info (click to toggle)
approx 5.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: ml: 2,292; sh: 43; makefile: 32
file content (18 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (2)
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)