Top Level Namespace
Defined Under Namespace
Modules: CommonmarkerComrak
Constant Summary collapse
- GEM_ROOT_DIR =
File.(File.join(File.dirname(__FILE__), "..", ".."))
- EXT_DIR =
File.join(GEM_ROOT_DIR, "ext", "commonmarkercomrak")
- CROSS_BUILD_P =
enable_config("cross-build")
- USER =
what follows is pretty much an abuse of miniportile2, but it works for now i just need something to download files and run a cargo build; one day this should be replaced with actual prepacked binaries.
"kivikakk"
- COMRAK_VERSION =
COMRAK_VERSION = “0.14.0”
"main"
- TARBALL_URL =
TARBALL_URL = “github.com/#USER/comrak/archive/refs/tags/#COMRAK_VERSION.tar.gz”
"https://github.com/#{USER}/comrak/archive/refs/heads/#{COMRAK_VERSION}.tar.gz"