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.2.1.tar.gz" 34 checksum: [ 35 "md5=ca10a8bf20f26306f78cf1331f12fca5" 36 "sha512=25f26a8f8a169eb28261de8a812d35cabd96a92e885b7324ce7331362e61960b6f5ca20f6ed1cedf8c80f1e313af8fcb114c31ed85aba4f1f31e03c1a94d6e71" 37 ] 38}