Skip to content

Commit ecbb411

Browse files
chore: update opam metadata (description, maintainer, license, tags)
Co-authored-by: aider (openai//workspace/models/openai-mirror/gpt-oss-120b/) <aider@aider.chat>
1 parent d932cba commit ecbb411

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

dune-ai-context.opam

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
33
synopsis: "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"
1212
depends: [
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"
3232
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)