Skip to content

Commit 22c3fcc

Browse files
New package: StreamCallbacksExt v0.1.0 (#121060)
UUID: 318dcf79-f1de-4874-b31b-6e12fc76f75a Repo: https://github.com/Sixzero/StreamCallbacksExt.jl.git Tree: a4b93d79bce8b50590ad9550d39e8c66a2233cc1 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
1 parent 96bb858 commit 22c3fcc

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2299,6 +2299,7 @@ some amount of consideration when choosing package names.
22992299
31851ddc-f9b7-5097-a470-69ef907d7682 = { name = "LinearFractional", path = "L/LinearFractional" }
23002300
3185f642-0f69-4c32-aed6-948184b6e42b = { name = "ExistingProcessManagers", path = "E/ExistingProcessManagers" }
23012301
318ae45f-2437-4276-8d16-19df99ea8507 = { name = "Resample", path = "R/Resample" }
2302+
318dcf79-f1de-4874-b31b-6e12fc76f75a = { name = "StreamCallbacksExt", path = "S/StreamCallbacksExt" }
23022303
319450e9-13b8-58e8-aa9f-8fd1420848ab = { name = "SPRAL_jll", path = "jll/S/SPRAL_jll" }
23032304
319bc7fa-14a0-11ec-21e1-6160fff0bbd8 = { name = "MathLinkExtras", path = "M/MathLinkExtras" }
23042305
31a120cc-b3cb-4d07-bbdb-d498660ddfd8 = { name = "ShuffleProofs", path = "S/ShuffleProofs" }

S/StreamCallbacksExt/Compat.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[0]
2+
Crayons = "4.1.1-4"
3+
PromptingTools = "0.65.1-0.65"
4+
StreamCallbacks = "0.5"
5+
julia = "1"

S/StreamCallbacksExt/Deps.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[0]
2+
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
3+
PromptingTools = "670122d1-24a8-4d70-bfce-740807c42192"
4+
StreamCallbacks = "c1b9e933-98a0-46fc-8ea7-3b58b195fb0a"

S/StreamCallbacksExt/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "StreamCallbacksExt"
2+
uuid = "318dcf79-f1de-4874-b31b-6e12fc76f75a"
3+
repo = "https://github.com/Sixzero/StreamCallbacksExt.jl.git"

S/StreamCallbacksExt/Versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["0.1.0"]
2+
git-tree-sha1 = "a4b93d79bce8b50590ad9550d39e8c66a2233cc1"

0 commit comments

Comments
 (0)