File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33synopsis: "A short synopsis"
4- description: "A longer description "
5- maintainer: ["Maintainer Name <maintainer@example .com>"]
6- authors: ["Author Name <author@example .com>"]
7- license: "LICENSE "
8- tags: ["add topics" "to describe" "your " "project "]
9- homepage: "https://github.com/username/reponame "
10- doc: "https://url/to/documentation "
11- bug-reports: "https://github.com/username/reponame /issues"
4+ description: "Tool to extract vendor library dependencies from Dune files and generate .mli interface files from their .cmi files. "
5+ maintainer: ["ZFY <zf.yuan.y@gmail .com>"]
6+ authors: ["ZFY <zf.yuan.y@gmail .com>"]
7+ license: "MIT "
8+ tags: ["ocaml" "dune" "vendor" "cmi" "interface " "tool "]
9+ homepage: "https://github.com/zenfey/dune-ai-context "
10+ doc: "https://github.com/zenfey/dune-ai-context "
11+ bug-reports: "https://github.com/zenfey/dune-ai-context /issues"
1212depends: [
1313 "dune" {>= "3.21"}
1414 "ocaml"
@@ -28,5 +28,5 @@ build: [
2828 "@doc" {with-doc}
2929 ]
3030]
31- dev-repo: "git+https://github.com/username/reponame .git"
31+ dev-repo: "git+https://github.com/zenfey/dune-ai-context .git"
3232x-maintenance-intent: ["(latest)"]
You can’t perform that action at this time.
0 commit comments