Skip to content

Commit 5650d2b

Browse files
Init project
1 parent 5c0e3a5 commit 5650d2b

File tree

9 files changed

+803
-0
lines changed

9 files changed

+803
-0
lines changed

.github/workflows/ci.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
jobs:
10+
test:
11+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
12+
runs-on: ${{ matrix.os }}
13+
strategy:
14+
fail-fast: false
15+
matrix:
16+
version:
17+
- '1.10'
18+
- '1'
19+
#- 'nightly'
20+
os:
21+
- ubuntu-latest
22+
- macOS-latest
23+
- windows-latest
24+
arch:
25+
- x64
26+
steps:
27+
- uses: actions/checkout@v4
28+
- uses: julia-actions/setup-julia@v1
29+
with:
30+
version: ${{ matrix.version }}
31+
arch: ${{ matrix.arch }}
32+
- uses: julia-actions/cache@v1
33+
- uses: julia-actions/julia-buildpkg@v1
34+
- uses: julia-actions/julia-runtest@v1
35+
- uses: julia-actions/julia-processcoverage@v1
36+
- uses: codecov/codecov-action@v3
37+
with:
38+
files: lcov.info

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Files generated by invoking Julia with --code-coverage
2+
*.jl.cov
3+
*.jl.*.cov
4+
5+
# Files generated by invoking Julia with --track-allocation
6+
*.jl.mem
7+
8+
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
9+
# They contain absolute paths specific to the host computer, and so should not be committed
10+
deps/deps.jl
11+
deps/build.log
12+
deps/downloads/
13+
deps/usr/
14+
deps/src/
15+
16+
# Build artifacts for creating documentation generated by the Documenter package
17+
docs/build/
18+
docs/site/
19+
20+
# File generated by Pkg, the package manager, based on a corresponding Project.toml
21+
# It records a fixed state of all packages used by the project. As such, it should not be
22+
# committed for packages, but should be committed for applications that require a static
23+
# environment.
24+
Manifest*.toml
25+
julia/
26+
julia

Manifest-v1.10.toml

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
julia_version = "1.10.9"
4+
manifest_format = "2.0"
5+
project_hash = "cfa9f61cde4a9ff9632434b0d0109d86b1b34171"
6+
7+
[[deps.Artifacts]]
8+
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
9+
10+
[[deps.Base64]]
11+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
12+
13+
[[deps.BitFlags]]
14+
git-tree-sha1 = "0691e34b3bb8be9307330f88d1a3c3f25466c24d"
15+
uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
16+
version = "0.1.9"
17+
18+
[[deps.ClaudeCodeSDK]]
19+
deps = ["HTTP", "JSON"]
20+
git-tree-sha1 = "dd51b436c1d459fa06a1d11b9545acade7f7ef8e"
21+
repo-rev = "main"
22+
repo-url = "https://github.com/AtelierArith/ClaudeCodeSDK.jl.git"
23+
uuid = "38ea0fac-78ee-46bd-bc10-f52e7269b833"
24+
version = "0.1.0"
25+
26+
[[deps.CodecZlib]]
27+
deps = ["TranscodingStreams", "Zlib_jll"]
28+
git-tree-sha1 = "962834c22b66e32aa10f7611c08c8ca4e20749a9"
29+
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
30+
version = "0.7.8"
31+
32+
[[deps.ConcurrentUtilities]]
33+
deps = ["Serialization", "Sockets"]
34+
git-tree-sha1 = "d9d26935a0bcffc87d2613ce14c527c99fc543fd"
35+
uuid = "f0e56b4a-5159-44fe-b623-3e5288b988bb"
36+
version = "2.5.0"
37+
38+
[[deps.Dates]]
39+
deps = ["Printf"]
40+
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
41+
42+
[[deps.ExceptionUnwrapping]]
43+
deps = ["Test"]
44+
git-tree-sha1 = "d36f682e590a83d63d1c7dbd287573764682d12a"
45+
uuid = "460bff9d-24e4-43bc-9d9f-a8973cb893f4"
46+
version = "0.1.11"
47+
48+
[[deps.HTTP]]
49+
deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "PrecompileTools", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
50+
git-tree-sha1 = "f93655dc73d7a0b4a368e3c0bce296ae035ad76e"
51+
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
52+
version = "1.10.16"
53+
54+
[[deps.InteractiveUtils]]
55+
deps = ["Markdown"]
56+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
57+
58+
[[deps.JLLWrappers]]
59+
deps = ["Artifacts", "Preferences"]
60+
git-tree-sha1 = "a007feb38b422fbdab534406aeca1b86823cb4d6"
61+
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
62+
version = "1.7.0"
63+
64+
[[deps.JSON]]
65+
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
66+
git-tree-sha1 = "31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a"
67+
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
68+
version = "0.21.4"
69+
70+
[[deps.JSON3]]
71+
deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"]
72+
git-tree-sha1 = "411eccfe8aba0814ffa0fdf4860913ed09c34975"
73+
uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
74+
version = "1.14.3"
75+
76+
[deps.JSON3.extensions]
77+
JSON3ArrowExt = ["ArrowTypes"]
78+
79+
[deps.JSON3.weakdeps]
80+
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
81+
82+
[[deps.Libdl]]
83+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
84+
85+
[[deps.Logging]]
86+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
87+
88+
[[deps.LoggingExtras]]
89+
deps = ["Dates", "Logging"]
90+
git-tree-sha1 = "f02b56007b064fbfddb4c9cd60161b6dd0f40df3"
91+
uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
92+
version = "1.1.0"
93+
94+
[[deps.Markdown]]
95+
deps = ["Base64"]
96+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
97+
98+
[[deps.MbedTLS]]
99+
deps = ["Dates", "MbedTLS_jll", "MozillaCACerts_jll", "NetworkOptions", "Random", "Sockets"]
100+
git-tree-sha1 = "c067a280ddc25f196b5e7df3877c6b226d390aaf"
101+
uuid = "739be429-bea8-5141-9913-cc70e7f3736d"
102+
version = "1.1.9"
103+
104+
[[deps.MbedTLS_jll]]
105+
deps = ["Artifacts", "Libdl"]
106+
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
107+
version = "2.28.2+1"
108+
109+
[[deps.Mmap]]
110+
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
111+
112+
[[deps.MozillaCACerts_jll]]
113+
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
114+
version = "2023.1.10"
115+
116+
[[deps.NetworkOptions]]
117+
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
118+
version = "1.2.0"
119+
120+
[[deps.OpenSSL]]
121+
deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "OpenSSL_jll", "Sockets"]
122+
git-tree-sha1 = "f1a7e086c677df53e064e0fdd2c9d0b0833e3f6e"
123+
uuid = "4d8831e6-92b7-49fb-bdf8-b643e874388c"
124+
version = "1.5.0"
125+
126+
[[deps.OpenSSL_jll]]
127+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
128+
git-tree-sha1 = "9216a80ff3682833ac4b733caa8c00390620ba5d"
129+
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
130+
version = "3.5.0+0"
131+
132+
[[deps.Parsers]]
133+
deps = ["Dates", "PrecompileTools", "UUIDs"]
134+
git-tree-sha1 = "7d2f8f21da5db6a806faf7b9b292296da42b2810"
135+
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
136+
version = "2.8.3"
137+
138+
[[deps.PrecompileTools]]
139+
deps = ["Preferences"]
140+
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
141+
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
142+
version = "1.2.1"
143+
144+
[[deps.Preferences]]
145+
deps = ["TOML"]
146+
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
147+
uuid = "21216c6a-2e73-6563-6e65-726566657250"
148+
version = "1.4.3"
149+
150+
[[deps.Printf]]
151+
deps = ["Unicode"]
152+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
153+
154+
[[deps.REPL]]
155+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
156+
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
157+
158+
[[deps.Random]]
159+
deps = ["SHA"]
160+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
161+
162+
[[deps.SHA]]
163+
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
164+
version = "0.7.0"
165+
166+
[[deps.Serialization]]
167+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
168+
169+
[[deps.SimpleBufferStream]]
170+
git-tree-sha1 = "f305871d2f381d21527c770d4788c06c097c9bc1"
171+
uuid = "777ac1f9-54b0-4bf8-805c-2214025038e7"
172+
version = "1.2.0"
173+
174+
[[deps.Sockets]]
175+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
176+
177+
[[deps.StructTypes]]
178+
deps = ["Dates", "UUIDs"]
179+
git-tree-sha1 = "159331b30e94d7b11379037feeb9b690950cace8"
180+
uuid = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
181+
version = "1.11.0"
182+
183+
[[deps.TOML]]
184+
deps = ["Dates"]
185+
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
186+
version = "1.0.3"
187+
188+
[[deps.Test]]
189+
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
190+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
191+
192+
[[deps.TranscodingStreams]]
193+
git-tree-sha1 = "0c45878dcfdcfa8480052b6ab162cdd138781742"
194+
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
195+
version = "0.11.3"
196+
197+
[[deps.URIs]]
198+
git-tree-sha1 = "cbbebadbcc76c5ca1cc4b4f3b0614b3e603b5000"
199+
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
200+
version = "1.5.2"
201+
202+
[[deps.UUIDs]]
203+
deps = ["Random", "SHA"]
204+
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
205+
206+
[[deps.Unicode]]
207+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
208+
209+
[[deps.Zlib_jll]]
210+
deps = ["Libdl"]
211+
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
212+
version = "1.2.13+1"

0 commit comments

Comments
 (0)