this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "CLI tool to watch for change in the specified files"
4description:
5 "Ojo is a CLI toot that executes a given command each time a specified file or directory content is modified."
6maintainer: ["arxaqapi"]
7authors: ["arxaqapi"]
8license: "MIT"
9homepage: "https://github.com/arxaqapi/ojo"
10doc: "https://github.com/arxaqapi/ojo"
11bug-reports: "https://github.com/arxaqapi/ojo/issues"
12depends: [
13 "ocaml" {>= "4.14"}
14 "dune" {>= "3.6"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/arxaqapi/ojo.git"
32url {
33 src: "https://github.com/arxaqapi/ojo/archive/refs/tags/v0.1.1.tar.gz"
34 checksum: [
35 "md5=f6feeab4c4eec129efc20d61e967ec03"
36 "sha512=04c824499c369ff2673cc1c306d273dca7a1c9abdfe2d31bcddbbba1e7a68f7c173328f9c8820b14fe9d1c4a7ac1bf3ba0c0a7e0003775eaecd7a7735b33104b"
37 ]
38}