From 6cc447d6019a951c6bfde033b441c8153d535af5 Mon Sep 17 00:00:00 2001 From: Omniscient Date: Sat, 2 Mar 2024 17:32:05 +1100 Subject: [PATCH] add stringext to dune and generate .opam --- bindgen.opam | 1 + dune-project | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bindgen.opam b/bindgen.opam index f91ad3d..fc5ff38 100644 --- a/bindgen.opam +++ b/bindgen.opam @@ -10,6 +10,7 @@ homepage: "https://github.com/ocaml-sys/ocaml-bindgen" bug-reports: "https://github.com/ocaml-sys/ocaml-bindgen/issues" depends: [ "clangml" {>= "4.8.0"} + "stringext" "ocaml" "dune" {>= "3.13"} "odoc" {with-doc} diff --git a/dune-project b/dune-project index f9cf44e..40910cf 100644 --- a/dune-project +++ b/dune-project @@ -22,7 +22,8 @@ (description "A longer description") (depends (clangml (>= "4.8.0")) - ocaml + stringext + ocaml dune) (tags (topics "to describe" your project)))