File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "CLI tool to watch for change in the specified files."
4+ description:
5+ "Ojo is a CLI toot that executes a given command each time a specified file or directory content is modified."
6+ maintainer: ["arxaqapi"]
7+ authors: ["arxaqapi"]
8+ license: "MIT"
9+ homepage: "https://github.com/arxaqapi/ojo"
10+ doc: "https://github.com/arxaqapi/ojo"
11+ bug-reports: "https://github.com/arxaqapi/ojo/issues"
12+ depends: [
13+ "ocaml" {>= "4.14"}
14+ "dune" {>= "3.6"}
15+ "odoc" {with-doc}
16+ ]
17+ build: [
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+ ]
31+ dev-repo: "git+https://github.com/arxaqapi/ojo.git"
32+ url {
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+ }
You can’t perform that action at this time.
0 commit comments