Skip to content

Commit

Permalink
New package: Serde v1.0.0 (#99518)
Browse files Browse the repository at this point in the history
UUID: db9b398d-9517-45f8-9a95-92af99003e0e
Repo: https://github.com/bhftbootcamp/Serde.jl.git
Tree: e6b81a6fdc9dc37810a4f417608ab30934dcc00d

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Jan 29, 2024
1 parent a86f5ae commit 25c2b59
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9063,6 +9063,7 @@ db6bb4f6-9d2a-4386-a383-884870da1331 = { name = "SimpleBoids", path = "S/SimpleB
db8ca866-b61f-4bd1-a9b9-75c107d645d4 = { name = "EasyJobsBase", path = "E/EasyJobsBase" }
db96dd59-cc3e-5205-9518-9f32d21f88e9 = { name = "tree_sitter_cpp_jll", path = "jll/T/tree_sitter_cpp_jll" }
db97f5ab-fc25-52dd-a8f9-02a257c35074 = { name = "LocalFunctionApproximation", path = "L/LocalFunctionApproximation" }
db9b398d-9517-45f8-9a95-92af99003e0e = { name = "Serde", path = "S/Serde" }
db9f6742-bc38-4697-955a-0a5dbec8c5c6 = { name = "CorticalSurfaces", path = "C/CorticalSurfaces" }
dbaf2c2e-b61b-429c-b386-57175d7288fb = { name = "CxxCall", path = "C/CxxCall" }
dbb53eb6-f4e4-11e9-1aca-071dd871ed0a = { name = "ConservationLawsParticles", path = "C/ConservationLawsParticles" }
Expand Down
4 changes: 4 additions & 0 deletions S/Serde/Compat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[1]
CSV = "0.10"
JSON = "0.21"
julia = "1.8.0-1"
5 changes: 5 additions & 0 deletions S/Serde/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[1]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
3 changes: 3 additions & 0 deletions S/Serde/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "Serde"
uuid = "db9b398d-9517-45f8-9a95-92af99003e0e"
repo = "https://github.com/bhftbootcamp/Serde.jl.git"
2 changes: 2 additions & 0 deletions S/Serde/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["1.0.0"]
git-tree-sha1 = "e6b81a6fdc9dc37810a4f417608ab30934dcc00d"

0 comments on commit 25c2b59

Please sign in to comment.