add sexplib

This commit is contained in:
tali 2024-01-19 13:21:49 -05:00
parent 455b04163a
commit 1df5e2c6d8
2 changed files with 3 additions and 1 deletions

View File

@ -16,4 +16,5 @@
ocaml
dune
(tsdl (= 1.0.0))
(tgls (= 0.8.6))))
(tgls (= 0.8.6))
(sexplib (= v0.16.0))))

View File

@ -5,6 +5,7 @@ depends: [
"dune" {>= "3.12"}
"tsdl" {= "1.0.0"}
"tgls" {= "0.8.6"}
"sexplib" {= "v0.16.0"}
"odoc" {with-doc}
]
build: [