From 3311f012afff746bed94ef38cd99fc646d7c1836 Mon Sep 17 00:00:00 2001 From: Registrator Date: Wed, 16 Aug 2023 18:21:14 +0530 Subject: [PATCH] New package: DICOMTree v0.1.0 (#89542) UUID: c4d2416d-3439-49b0-a3b3-18bf95df003e Repo: https://github.com/fdekerme/DICOMTree.jl.git Tree: 1307f039f3837b97d26fdfb1979ea75acb9b057f Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- D/DICOMTree/Compat.toml | 4 ++++ D/DICOMTree/Deps.toml | 4 ++++ D/DICOMTree/Package.toml | 3 +++ D/DICOMTree/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 14 insertions(+) create mode 100644 D/DICOMTree/Compat.toml create mode 100644 D/DICOMTree/Deps.toml create mode 100644 D/DICOMTree/Package.toml create mode 100644 D/DICOMTree/Versions.toml diff --git a/D/DICOMTree/Compat.toml b/D/DICOMTree/Compat.toml new file mode 100644 index 000000000000000..ed43f2c068cda13 --- /dev/null +++ b/D/DICOMTree/Compat.toml @@ -0,0 +1,4 @@ +[0] +DICOM = "0.10" +Term = "2" +julia = "1.6.0-1" diff --git a/D/DICOMTree/Deps.toml b/D/DICOMTree/Deps.toml new file mode 100644 index 000000000000000..56fc0a898d9fb00 --- /dev/null +++ b/D/DICOMTree/Deps.toml @@ -0,0 +1,4 @@ +[0] +DICOM = "a26e6606-dd52-5f6a-a97f-4f611373d757" +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" +Term = "22787eb5-b846-44ae-b979-8e399b8463ab" diff --git a/D/DICOMTree/Package.toml b/D/DICOMTree/Package.toml new file mode 100644 index 000000000000000..8efae17b71f8ca8 --- /dev/null +++ b/D/DICOMTree/Package.toml @@ -0,0 +1,3 @@ +name = "DICOMTree" +uuid = "c4d2416d-3439-49b0-a3b3-18bf95df003e" +repo = "https://github.com/fdekerme/DICOMTree.jl.git" diff --git a/D/DICOMTree/Versions.toml b/D/DICOMTree/Versions.toml new file mode 100644 index 000000000000000..37da9f8dc4762e8 --- /dev/null +++ b/D/DICOMTree/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "1307f039f3837b97d26fdfb1979ea75acb9b057f" diff --git a/Registry.toml b/Registry.toml index 816f53d9850c793..9382b31eed1c603 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7619,6 +7619,7 @@ c4bf5708-b6a6-4fbe-bcd0-6850ed671584 = { name = "SavitzkyGolay", path = "S/Savit c4c1e6a2-6bdd-52e0-b56d-1d4734724d2d = { name = "CloudWatchLogs", path = "C/CloudWatchLogs" } c4c386cf-5103-5370-be45-f3a111cca3b8 = { name = "Rsvg", path = "R/Rsvg" } c4c688b2-6cc8-11e9-1c12-6d20b663313d = { name = "jlpkg", path = "J/jlpkg" } +c4d2416d-3439-49b0-a3b3-18bf95df003e = { name = "DICOMTree", path = "D/DICOMTree" } c4d4532c-19f6-4375-9ced-3808a145cd37 = { name = "VoronoiFVMDiffEq", path = "V/VoronoiFVMDiffEq" } c4d99508-4286-5418-9131-c86396af500b = { name = "Xorg_xorgproto_jll", path = "jll/X/Xorg_xorgproto_jll" } c4dce911-e170-5107-8314-c7bdc6785395 = { name = "FFplay_jll", path = "jll/F/FFplay_jll" }