Skip to content

Commit 2720e88

Browse files
New package: StrassOPen v0.4.0 (#122510)
UUID: 1971c852-c825-11ef-1d57-2185ebdca1d8 Repo: https://github.com/bakerte/StrassOPen.jl.git Tree: 6de2fd4f66761cc54872bac2de0f61fc4cf0eb6a Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8 Co-authored-by: JuliaHubRegistrator <juliahub-registrator@juliacomputing.com>
1 parent 7a6282c commit 2720e88

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,6 +1220,7 @@ some amount of consideration when choosing package names.
12201220
19695d51-5812-4a2b-89b0-5195538873ee = { name = "IsingSolvers", path = "I/IsingSolvers" }
12211221
196d93e9-2b0a-59bc-85dd-07b4a30d24dc = { name = "BayesianTools", path = "B/BayesianTools" }
12221222
196f2941-2d58-45ba-9f13-43a2532b2fa8 = { name = "PosteriorPlots", path = "P/PosteriorPlots" }
1223+
1971c852-c825-11ef-1d57-2185ebdca1d8 = { name = "StrassOPen", path = "S/StrassOPen" }
12231224
19761982-0bba-11ea-3d5f-93c17441e836 = { name = "OhMyQSIM", path = "O/OhMyQSIM" }
12241225
197b51f5-fdb5-5f35-aa9f-0a14f35f5b28 = { name = "Poptart", path = "P/Poptart" }
12251226
197bc772-8d3f-4a3f-b50f-4eb5086fedbf = { name = "FloatingTableView", path = "F/FloatingTableView" }

S/StrassOPen/Compat.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[0]
2+
Distributed = "1.11.0-1"
3+
LinearAlgebra = "1.11.0-1"
4+
Printf = "1.11.0-1"
5+
Serialization = "1.11.0-1"
6+
julia = "1.11.0-1"

S/StrassOPen/Deps.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[0]
2+
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
3+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
4+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
5+
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

S/StrassOPen/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "StrassOPen"
2+
uuid = "1971c852-c825-11ef-1d57-2185ebdca1d8"
3+
repo = "https://github.com/bakerte/StrassOPen.jl.git"

S/StrassOPen/Versions.toml

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

0 commit comments

Comments
 (0)