mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 17:59:17 +08:00
d414b2543a
Supporting two completely different libraries for fetching from URLs makes it difficult to trap errors, because of different error types expected from the libraries. There's no clear reason not to build with these https-capable libraires.
23 lines
462 B
YAML
23 lines
462 B
YAML
flags:
|
|
pandoc:
|
|
trypandoc: false
|
|
embed_data_files: true
|
|
old-locale: false
|
|
network-uri: true
|
|
pandoc-citeproc:
|
|
bibutils: true
|
|
embed_data_files: true
|
|
unicode_collation: false
|
|
test_citeproc: false
|
|
debug: false
|
|
packages:
|
|
- '.'
|
|
- location:
|
|
git: https://github.com/jgm/pandoc-citeproc.git
|
|
commit: 0926289c5ccc1c69c90b2e9132b0e2b57f08aa4d
|
|
extra-dep: false
|
|
extra-deps:
|
|
- hslua-0.5.0
|
|
- skylighting-0.3.3
|
|
resolver: lts-8.12
|