File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
packages/docfd/docfd.0.6.1 Expand file tree Collapse file tree 1 file changed +48
-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: ["fuzzy" "document" "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+ "dune" {>= "3.4"}
15+ "fmt" {>= "0.9.0"}
16+ "angstrom" {>= "0.15.0"}
17+ "containers" {>= "3.6"}
18+ "oseq"
19+ "spelll"
20+ "notty"
21+ "nottui"
22+ "lwd" {>= "0.2"}
23+ "cmdliner" {>= "1.1.0"}
24+ "odoc" {with-doc}
25+ ]
26+ build: [
27+ ["dune" "subst"] {dev}
28+ [
29+ "dune"
30+ "build"
31+ "-p"
32+ name
33+ "-j"
34+ jobs
35+ "@install"
36+ "@runtest" {with-test}
37+ "@doc" {with-doc}
38+ ]
39+ ]
40+ dev-repo: "git+https://github.com/darrenldl/docfd.git"
41+
42+ url {
43+ src:
44+ "https://github.com/darrenldl/docfd/releases/download/0.6.1/0.6.1.tar.gz"
45+ checksum:
46+ "sha256=31abdd4b261046b8693f9ae09bbd227ff8c622455e81e010a2b6455078505166"
47+ }
48+
You can’t perform that action at this time.
0 commit comments