Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Fill in package metadata
Browse files Browse the repository at this point in the history
Closes #22
  • Loading branch information
punchagan committed Aug 30, 2024
1 parent ba2e964 commit d1b8979
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
24 changes: 15 additions & 9 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,26 @@
(source
(github ocurrent/opam-ci-check))

(authors "Author Name")
(authors
"Puneeth Chaganti <[email protected]>"
"Shon Feder <[email protected]>")

(maintainers "Maintainer Name")
(maintainers
"Puneeth Chaganti <[email protected]>"
"Shon Feder <[email protected]>")

(license LICENSE)
; TODO: Add a license field
;(license LICENSE)

(documentation https://url/to/documentation)
(documentation
https://www.ocurrent.org/opam-ci-check/opam-ci-check/index.html)

(package
(name opam-ci-check)
(synopsis "A short synopsis")
(description "A longer description")
(synopsis
"CLI tool that tests whether packages are publishable on the opam repository.")
(description
"opam-ci-check is used in the opam repo CI and can be used locally and in other CI pipelines to test the deliverability of packages.")
(depends
(ocaml
(>= 4.14.0))
Expand All @@ -31,6 +39,4 @@
(mula
(>= 0.1.2)))
(tags
(topics "to describe" your project)))

; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
("opam" "ci" "lint" "reverse dependency")))
21 changes: 14 additions & 7 deletions opam-ci-check.opam
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A short synopsis"
description: "A longer description"
maintainer: ["Maintainer Name"]
authors: ["Author Name"]
license: "LICENSE"
tags: ["topics" "to describe" "your" "project"]
synopsis:
"CLI tool that tests whether packages are publishable on the opam repository."
description:
"opam-ci-check is used in the opam repo CI and can be used locally and in other CI pipelines to test the deliverability of packages."
maintainer: [
"Puneeth Chaganti <[email protected]>"
"Shon Feder <[email protected]>"
]
authors: [
"Puneeth Chaganti <[email protected]>"
"Shon Feder <[email protected]>"
]
tags: ["opam" "ci" "lint" "reverse dependency"]
homepage: "https://github.com/ocurrent/opam-ci-check"
doc: "https://url/to/documentation"
doc: "https://www.ocurrent.org/opam-ci-check/opam-ci-check/index.html"
bug-reports: "https://github.com/ocurrent/opam-ci-check/issues"
depends: [
"ocaml" {>= "4.14.0"}
Expand Down

0 comments on commit d1b8979

Please sign in to comment.