Skip to content

Commit cbc2473

Browse files
committed
chore: remove unused str and unix dependencies
1 parent 2300d97 commit cbc2473

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ The project depends on the following OPAM packages:
2626
* `dune` (≥ 3.1)
2727
* `ocaml` (≥ 4.14)
2828
* `sexplib`
29-
* `str`
30-
* `unix`
3129

3230
You can install the tool directly from the repository:
3331

dune-ai-context.opam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ depends: [
1515
"ocaml" {>= "4.14"}
1616
"dune" {>= "3.1" & >= "3.1"}
1717
"sexplib"
18-
"str"
19-
"unix"
2018
"odoc" {with-doc}
2119
]
2220
build: [

dune-project

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
(depends
2222
(ocaml (>= 4.14))
2323
(dune (>= 3.1))
24-
sexplib
25-
str
26-
unix)
24+
sexplib)
2725
(tags
2826
("ocaml" "dune" "cmi" "interfaces" "ai")))

0 commit comments

Comments
 (0)