diff options
| author | Federico Igne <undyamon@disroot.org> | 2024-01-23 18:26:50 +0100 |
|---|---|---|
| committer | Federico Igne <undyamon@disroot.org> | 2024-01-23 18:26:50 +0100 |
| commit | 6386474ac8a4b113d5c9b4aa2b03104b7f219371 (patch) | |
| tree | 72af4c12f321547b4127b7a8a84e3282477f3547 /sandy.opam | |
| parent | 5c3864986f844a31e0b6dbeec48543dc6376cff6 (diff) | |
| download | sandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.tar.gz sandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.zip | |
refarctor: rename project to 'sandy'
Diffstat (limited to 'sandy.opam')
| -rw-r--r-- | sandy.opam | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sandy.opam b/sandy.opam new file mode 100644 index 0000000..c317b92 --- /dev/null +++ b/sandy.opam | |||
| @@ -0,0 +1,28 @@ | |||
| 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 | "base" | ||
| 11 | "stdio" | ||
| 12 | "odoc" {with-doc} | ||
| 13 | ] | ||
| 14 | build: [ | ||
| 15 | ["dune" "subst"] {dev} | ||
| 16 | [ | ||
| 17 | "dune" | ||
| 18 | "build" | ||
| 19 | "-p" | ||
| 20 | name | ||
| 21 | "-j" | ||
| 22 | jobs | ||
| 23 | "@install" | ||
| 24 | "@runtest" {with-test} | ||
| 25 | "@doc" {with-doc} | ||
| 26 | ] | ||
| 27 | ] | ||
| 28 | dev-repo: "git+https://github.com/username/reponame.git" | ||
