File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
packages/docfd/docfd.0.3.3 Expand file tree Collapse file tree 1 file changed +44
-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: "TUI fuzzy document finder"
4+ description: ""
5+ maintainer: ["Darren Ldl"]
6+ authors: ["Darren Ldl"]
7+ license: "MIT"
8+ tags: ["document" "fuzzy" "finder"]
9+ homepage: "https://github.com/darrenldl/docfd"
10+ doc: "https://github.com/darrenldl/docfd"
11+ bug-reports: "https://github.com/darrenldl/docfd/issues"
12+ depends: [
13+ "ocaml" {>= "4.14"}
14+ "ocaml"
15+ "dune" {>= "3.4"}
16+ "fmt" {>= "0.9.0"}
17+ "angstrom" {>= "0.15.0"}
18+ "containers" {>= "3.6"}
19+ "cmdliner"
20+ "odoc" {with-doc}
21+ ]
22+ build: [
23+ ["dune" "subst"] {dev}
24+ [
25+ "dune"
26+ "build"
27+ "-p"
28+ name
29+ "-j"
30+ jobs
31+ "@install"
32+ "@runtest" {with-test}
33+ "@doc" {with-doc}
34+ ]
35+ ]
36+ dev-repo: "git+https://github.com/darrenldl/docfd.git"
37+
38+ url {
39+ src:
40+ "https://github.com/darrenldl/docfd/releases/download/0.3.3/0.3.3.tar.gz"
41+ checksum:
42+ "sha256=d36992d476ca8d5614f62fcaf545dcd852fa54bf1c77bf12a5225cf2aa136473"
43+ }
44+
You can’t perform that action at this time.
0 commit comments