Skip to content

Commit dcf844b

Browse files
committed
Package ojo.0.1.1
1 parent c90a431 commit dcf844b

File tree

1 file changed

+38
-0
lines changed
  • packages/ojo/ojo.0.1.1

1 file changed

+38
-0
lines changed

packages/ojo/ojo.0.1.1/opam

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+
}

0 commit comments

Comments
 (0)