summaryrefslogtreecommitdiff
path: root/research/flossing/external/julia-1.6.7/share/julia/stdlib/v1.6/LazyArtifacts/docs/src/index.md
blob: 9de6b219c698858eb0f0802846cd8c1f67dcdb6e (plain)
1
2
3
4
5
6
7
8
9
10
# Lazy Artifacts

```@meta
DocTestSetup = :(using LazyArtifacts)
```

In order for a package to download artifacts lazily, `LazyArtifacts` must be
explicitly listed as a dependency of that package.

For further information on artifacts, see [Artifacts](@ref).