diff --git a/Registry.toml b/Registry.toml index 3795b53bd4b140e..20d42fcd1a6285c 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5851,6 +5851,7 @@ some amount of consideration when choosing package names. 80307280-efb2-5c5d-af8b-a9c15821677b = { name = "InteractiveFixedEffectModels", path = "I/InteractiveFixedEffectModels" } 8030dd95-f9ed-4dd5-b230-99ba15524fc3 = { name = "UnifiedPseudopotentialFormat", path = "U/UnifiedPseudopotentialFormat" } 80337aba-e645-5151-a517-44b13a626b79 = { name = "iODBC_jll", path = "jll/I/iODBC_jll" } +80345c00-9166-4d3e-8c72-003f651600ad = { name = "TapeMeasure", path = "T/TapeMeasure" } 803aa692-84f0-5eed-9cc1-fbb46710dded = { name = "RiemannTheta", path = "R/RiemannTheta" } 8042aa49-e599-49ec-a8f7-b5b80cc82a88 = { name = "OperationsResearchModels", path = "O/OperationsResearchModels" } 8047a082-0763-4c4f-a23b-a4a948721f1d = { name = "SparseBase", path = "S/SparseBase" } diff --git a/T/TapeMeasure/Compat.toml b/T/TapeMeasure/Compat.toml new file mode 100644 index 000000000000000..487bdb4167afffc --- /dev/null +++ b/T/TapeMeasure/Compat.toml @@ -0,0 +1,4 @@ +[0] +Statistics = "1.10.0-1" +Unitful = "1.21.0-1" +julia = "1.10.0-1" diff --git a/T/TapeMeasure/Deps.toml b/T/TapeMeasure/Deps.toml new file mode 100644 index 000000000000000..48d4d3b4757b746 --- /dev/null +++ b/T/TapeMeasure/Deps.toml @@ -0,0 +1,3 @@ +[0] +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" diff --git a/T/TapeMeasure/Package.toml b/T/TapeMeasure/Package.toml new file mode 100644 index 000000000000000..b96206aa3dd8d95 --- /dev/null +++ b/T/TapeMeasure/Package.toml @@ -0,0 +1,3 @@ +name = "TapeMeasure" +uuid = "80345c00-9166-4d3e-8c72-003f651600ad" +repo = "https://github.com/co1emi11er2/TapeMeasure.jl.git" diff --git a/T/TapeMeasure/Versions.toml b/T/TapeMeasure/Versions.toml new file mode 100644 index 000000000000000..89e88df4e83a988 --- /dev/null +++ b/T/TapeMeasure/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "dc7fe8045c8f72cc887687f3f2d33df39ec4c6ff" diff --git a/T/TapeMeasure/WeakCompat.toml b/T/TapeMeasure/WeakCompat.toml new file mode 100644 index 000000000000000..504be0bc5ae0179 --- /dev/null +++ b/T/TapeMeasure/WeakCompat.toml @@ -0,0 +1,3 @@ +[0] +Makie = "0.21" +Plots = "1.40.0-1" diff --git a/T/TapeMeasure/WeakDeps.toml b/T/TapeMeasure/WeakDeps.toml new file mode 100644 index 000000000000000..8ee33c890c3ff0a --- /dev/null +++ b/T/TapeMeasure/WeakDeps.toml @@ -0,0 +1,3 @@ +[0] +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"