Add Mustache.jl to image

This commit is contained in:
Thomas A. Christensen II 2022-05-12 08:54:25 -05:00
parent 653a739154
commit 59efe546e2
Signed by: millironx
GPG key ID: 139C07724802BC5D
3 changed files with 11 additions and 3 deletions

View file

@ -1197,10 +1197,10 @@ uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
version = "4.9.1"
[[LLVMExtra_jll]]
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "Pkg"]
git-tree-sha1 = "5558ad3c8972d602451efe9d81c78ec14ef4f5ef"
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "Pkg", "TOML"]
git-tree-sha1 = "43817483288cdceb8d3258756040a3e63578bb1b"
uuid = "dad2f222-ce93-54a1-a47d-0025e8a3acab"
version = "0.0.14+2"
version = "0.0.14+3"
[[LZO_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@ -1486,6 +1486,12 @@ git-tree-sha1 = "6d019f5a0465522bbfdd68ecfad7f86b535d6935"
uuid = "6f286f6a-111f-5878-ab1e-185364afe411"
version = "0.9.0"
[[Mustache]]
deps = ["Printf", "Tables"]
git-tree-sha1 = "bfbd6fb946d967794498790aa7a0e6cdf1120f41"
uuid = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
version = "1.0.13"
[[MutableArithmetics]]
deps = ["LinearAlgebra", "SparseArrays", "Test"]
git-tree-sha1 = "ba8c0f8732a24facba709388c74ba99dcbfdda1e"

View file

@ -34,6 +34,7 @@ LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
MLBase = "f0e99cf1-93fa-52ec-9ecc-5026115318e0"
Metalhead = "dbeba491-748d-5e0e-a39e-b530a07fa0cc"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Nettle = "49dea1ee-f6fa-5aa6-9a11-8816cee7d4b9"

View file

@ -149,6 +149,7 @@ this image.
- [x] [YAML](https://github.com/JuliaData/YAML.jl)
- [x] [NLsolve](https://github.com/JuliaNLSolvers/NLsolve.jl)
- [x] [Kelpie](https://github.com/MillironX/Kelpie.jl)
- [x] [Mustache](https://github.com/jverzani/Mustache.jl)
[^1]: This image doesn't include Juno, just the curated packages.