-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
48 lines (46 loc) · 1 KB
/
opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "TUI fuzzy document finder"
description: ""
maintainer: ["Darren Ldl"]
authors: ["Darren Ldl"]
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: [
"ocaml" {>= "4.14"}
"dune" {>= "3.4"}
"fmt" {>= "0.9.0"}
"angstrom" {>= "0.15.0"}
"containers" {>= "3.6"}
"oseq"
"spelll"
"notty"
"nottui"
"lwd" {>= "0.2"}
"cmdliner" {>= "1.1.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/darrenldl/docfd.git"
url {
src:
"https://github.com/darrenldl/docfd/releases/download/0.3.3/0.3.3.tar.gz"
checksum:
"sha256=d36992d476ca8d5614f62fcaf545dcd852fa54bf1c77bf12a5225cf2aa136473"
}