Skip to content

Commit 77a4d76

Browse files
jam-khanstevengjfingolfin
authored andcommitted
Added docstring for Artifacts.jl (JuliaLang#52913)
This is a part of issue JuliaLang#52725. --------- (cherry picked from commit 15e2af2) Co-Authored-By: Steven G. Johnson <stevenj@mit.edu> Co-Authored-By: Max Horn <max@quendi.de>
1 parent ec01673 commit 77a4d76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stdlib/Artifacts/src/Artifacts.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# This file is a part of Julia. License is MIT: https://julialang.org/license
22

3+
"""
4+
Artifacts.jl is a Julia module that is used for managing and accessing
5+
artifacts in Julia packages. Artifacts are containers for
6+
platform-specific binaries, datasets, text, or any other kind of data
7+
that would be convenient to place within an immutable, life-cycled datastore.
8+
"""
39
module Artifacts
410

511
import Base: get, SHA1

0 commit comments

Comments
 (0)