summaryrefslogtreecommitdiff
path: root/BUILD.bazel
blob: 5d909b4765c8adca988495364e20dffe451f1de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
exports_files([
    "run_latex.py",
    "view_pdf.sh",
    "get_file.sh",
    "get_arxivable.sh",
    "pdfcrop.sh",
])

py_binary(
    name = "dblpify",
    srcs = ["dblpify.py"],
    deps = [":dblp"],
    visibility = ["//visibility:public"],
)

py_library(
    name = "dblp",
    srcs = ["dblp.py"],
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback