We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2300d97 commit cbc2473Copy full SHA for cbc2473
README.md
@@ -26,8 +26,6 @@ The project depends on the following OPAM packages:
26
* `dune` (≥ 3.1)
27
* `ocaml` (≥ 4.14)
28
* `sexplib`
29
-* `str`
30
-* `unix`
31
32
You can install the tool directly from the repository:
33
dune-ai-context.opam
@@ -15,8 +15,6 @@ depends: [
15
"ocaml" {>= "4.14"}
16
"dune" {>= "3.1" & >= "3.1"}
17
"sexplib"
18
- "str"
19
- "unix"
20
"odoc" {with-doc}
21
]
22
build: [
dune-project
@@ -21,8 +21,6 @@
(depends
(ocaml (>= 4.14))
23
(dune (>= 3.1))
24
- sexplib
25
- str
- unix)
+ sexplib)
(tags
("ocaml" "dune" "cmi" "interfaces" "ai")))
0 commit comments