this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "TUI fuzzy document finder" 4description: "" 5maintainer: ["Darren Ldl"] 6authors: ["Darren Ldl"] 7license: "MIT" 8tags: ["fuzzy" "document" "finder"] 9homepage: "https://github.com/darrenldl/docfd" 10doc: "https://github.com/darrenldl/docfd" 11bug-reports: "https://github.com/darrenldl/docfd/issues" 12depends: [ 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] 26build: [ 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] 40dev-repo: "git+https://github.com/darrenldl/docfd.git" 41 42url { 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