Skip to content

Commit 835543c

Browse files
committed
docfd: added 0.6.1
1 parent 60feb64 commit 835543c

File tree

1 file changed

+48
-0
lines changed
  • packages/docfd/docfd.0.6.1

1 file changed

+48
-0
lines changed

packages/docfd/docfd.0.6.1/opam

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

0 commit comments

Comments
 (0)