-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdocfd.opam.locked
135 lines (128 loc) · 3.58 KB
/
docfd.opam.locked
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
opam-version: "2.0"
name: "docfd"
version: "3.0.0"
synopsis: "TUI multiline fuzzy document finder"
maintainer: "Darren Li"
authors: "Darren Li"
license: "MIT"
tags: ["fuzzy" "document" "finder"]
homepage: "https://github.com/darrenldl/docfd"
doc: "https://github.com/darrenldl/docfd"
bug-reports: "https://github.com/darrenldl/docfd/issues"
depends: [
"alcotest" {= "1.8.0" & with-test}
"angstrom" {= "0.16.1"}
"astring" {= "0.8.5" & with-test}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-domains" {= "base"}
"base-nnp" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"bigstringaf" {= "0.10.0"}
"checkseum" {= "0.5.2"}
"cmdliner" {= "1.3.0"}
"conf-pkg-config" {= "3"}
"conf-sqlite3" {= "1"}
"containers" {= "3.15"}
"containers-data" {= "3.15"}
"cppo" {= "1.8.0"}
"csexp" {= "1.5.2"}
"cstruct" {= "6.2.0"}
"decompress" {= "1.5.3"}
"diet" {= "0.4"}
"digestif" {= "1.2.0"}
"domain-local-await" {= "1.0.1"}
"dune" {= "3.17.1"}
"dune-configurator" {= "3.17.1"}
"eio" {= "1.2"}
"eio_linux" {= "1.2"}
"eio_main" {= "1.2"}
"eio_posix" {= "1.2"}
"either" {= "1.0.0"}
"eqaf" {= "0.10"}
"fmt" {= "0.9.0"}
"hmap" {= "0.8.1"}
"host-arch-x86_64" {= "1"}
"host-system-other" {= "1"}
"iomux" {= "0.3"}
"logs" {= "0.7.0"}
"lwd" {= "0.3"}
"lwt" {= "5.9.0"}
"lwt-dllist" {= "1.0.1"}
"mtime" {= "2.1.0"}
"nottui" {= "0.3"}
"notty" {= "0.2.3"}
"ocaml" {= "5.2.1"}
"ocaml-base-compiler" {= "5.2.1"}
"ocaml-compiler-libs" {= "v0.17.0"}
"ocaml-config" {= "3"}
"ocaml-options-vanilla" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.15.0"}
"ocamlfind" {= "1.9.6"}
"ocplib-endian" {= "1.2"}
"optint" {= "0.3.0"}
"oseq" {= "0.5.1"}
"ounit2" {= "2.2.7" & with-test}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "6.0.3"}
"ppxlib" {= "0.33.0"}
"progress" {= "0.4.0"}
"psq" {= "0.2.1"}
"ptime" {= "1.2.0"}
"qcheck" {= "0.23" & with-test}
"qcheck-alcotest" {= "0.23" & with-test}
"qcheck-core" {= "0.23" & with-test}
"qcheck-ounit" {= "0.23" & with-test}
"re" {= "1.12.0"}
"result" {= "1.5"}
"seq" {= "base"}
"sexplib0" {= "v0.17.0"}
"spelll" {= "0.4"}
"sqlite3" {= "5.2.0"}
"stdlib-shims" {= "0.3.0"}
"terminal" {= "0.4.0"}
"thread-table" {= "1.0.0"}
"timedesc" {= "3.1.0"}
"timedesc-tzdb" {= "3.1.0"}
"timedesc-tzlocal" {= "3.1.0"}
"topkg" {= "1.0.7"}
"uring" {= "0.9"}
"uucp" {= "16.0.0"}
"uuseg" {= "16.0.0"}
"uutf" {= "1.0.3"}
"vector" {= "1.0.0"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
]
dev-repo: "git+https://github.com/darrenldl/docfd.git"
pin-depends: [
[
"nottui.0.3"
"git+https://github.com/let-def/lwd.git#a337a778001e6c1dbaed7e758c9e05f300abd388"
]
[
"notty.0.2.3"
"git+https://github.com/ocaml-dune/notty.git#b6e1036c61521be3b1f4d585895ac598bdf4ab8d"
]
[
"ocaml-base-compiler.5.2.1"
"https://github.com/ocaml/ocaml/releases/download/5.2.1/ocaml-5.2.1.tar.gz"
]
]
description: """\
Think interactive grep for text files, PDFs, DOCXs, etc,
but word/token based instead of regex and line based,
so you can search across lines easily.
Docfd aims to provide good UX via integration with common text editors
and PDF viewers,
so you can jump directly to a search result with a single key press.
Features:
- Multithreaded indexing and searching
- Multiline fuzzy search of multiple files or a single file
- Swap between multi-file view and single file view on the fly
- Content view pane that shows the snippet surrounding the search result selected
- Text editor and PDF viewer integration"""