diff options
Diffstat (limited to 'sand.opam')
-rw-r--r-- | sand.opam | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sand.opam b/sand.opam new file mode 100644 index 0000000..4bbb344 --- /dev/null +++ b/sand.opam | |||
@@ -0,0 +1,26 @@ | |||
1 | # This file is generated by dune, edit dune-project instead | ||
2 | opam-version: "2.0" | ||
3 | synopsis: "A simple editor inspired by 'kilo'." | ||
4 | authors: ["Federico Igne"] | ||
5 | homepage: "https://github.com/username/reponame" | ||
6 | bug-reports: "https://github.com/username/reponame/issues" | ||
7 | depends: [ | ||
8 | "ocaml" | ||
9 | "dune" {>= "3.7"} | ||
10 | "odoc" {with-doc} | ||
11 | ] | ||
12 | build: [ | ||
13 | ["dune" "subst"] {dev} | ||
14 | [ | ||
15 | "dune" | ||
16 | "build" | ||
17 | "-p" | ||
18 | name | ||
19 | "-j" | ||
20 | jobs | ||
21 | "@install" | ||
22 | "@runtest" {with-test} | ||
23 | "@doc" {with-doc} | ||
24 | ] | ||
25 | ] | ||
26 | dev-repo: "git+https://github.com/username/reponame.git" | ||