We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aec598 commit 83d24b3Copy full SHA for 83d24b3
REQUIRE
@@ -1,6 +1,6 @@
1
julia 0.6
2
PackageCompiler
3
-ApplicationBuilderRuntimeUtils
+# https://github.com/NHDaly/ApplicationBuilderRuntimeUtils.jl (Not yet registered; must clone manually.)
4
Glob
5
ArgParse
6
Compat
deps/build.jl
@@ -0,0 +1,5 @@
+try
+ Pkg.installed("ApplicationBuilderRuntimeUtils")
+catch
+ Pkg.clone("https://github.com/NHDaly/ApplicationBuilderRuntimeUtils.jl.git")
+end
0 commit comments