summaryrefslogtreecommitdiffstats
path: root/rdcapsis.opam
diff options
context:
space:
mode:
authorRutger Broekhoff2025-11-27 23:35:08 +0100
committerRutger Broekhoff2025-11-27 23:35:08 +0100
commit46169ec3eb38e177cafd7faf6338d36c6a9e3971 (patch)
treeff4147b884c2f5533d5a7bae3f1211af43dc14a4 /rdcapsis.opam
parent80e1f41596ca9955b432addbf01b913d864aa7c0 (diff)
downloadrdcapsis-46169ec3eb38e177cafd7faf6338d36c6a9e3971.tar.gz
rdcapsis-46169ec3eb38e177cafd7faf6338d36c6a9e3971.zip
Whatever all of this isocaml
Diffstat (limited to 'rdcapsis.opam')
-rw-r--r--rdcapsis.opam8
1 files changed, 7 insertions, 1 deletions
diff --git a/rdcapsis.opam b/rdcapsis.opam
index 876bf93..5a8adb0 100644
--- a/rdcapsis.opam
+++ b/rdcapsis.opam
@@ -12,14 +12,20 @@ bug-reports: "https://github.com/username/reponame/issues"
12depends: [ 12depends: [
13 "dune" {>= "3.17"} 13 "dune" {>= "3.17"}
14 "ocaml" 14 "ocaml"
15 "zarith" 15 "bignum"
16 "bigdecimal"
16 "core" 17 "core"
17 "dmap" 18 "dmap"
18 "delimited_parsing" 19 "delimited_parsing"
19 "re" 20 "re"
21 "lwd"
22 "nottui"
23 "nottui-lwt"
24 "nottui-unix"
20 "utop" {dev} 25 "utop" {dev}
21 "merlin" {dev} 26 "merlin" {dev}
22 "ocamlformat" {dev} 27 "ocamlformat" {dev}
28 "odoc" {doc}
23 "odoc" {with-doc} 29 "odoc" {with-doc}
24] 30]
25build: [ 31build: [