From 5696fd843de1bfeae6d9d74a478181b943bbb574 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sat, 30 Dec 2023 17:54:38 +0100 Subject: feat: add project structure --- sand.opam | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sand.opam (limited to 'sand.opam') diff --git a/sand.opam b/sand.opam new file mode 100644 index 0000000..4bbb344 --- /dev/null +++ b/sand.opam @@ -0,0 +1,26 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "A simple editor inspired by 'kilo'." +authors: ["Federico Igne"] +homepage: "https://github.com/username/reponame" +bug-reports: "https://github.com/username/reponame/issues" +depends: [ + "ocaml" + "dune" {>= "3.7"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/username/reponame.git" -- cgit v1.2.3