Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add x-maintenance-intent to opam files #2353

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions irmin-bench.opam
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ description: """
`irmin-bench` provides access to the Irmin suite for benchmarking storage backend
implementations.
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-chunk.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ depends: [
]

synopsis: "Irmin backend which allow to store values into chunks"
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-cli.opam
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ synopsis: "CLI for Irmin"
description: """
A simple CLI tool (called `irmin`) to manipulate and inspect Irmin stores.
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-containers.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ A collection of simple, ready-to-use mergeable data structures built using
Irmin. Each data structure works with an arbitrary Irmin backend and is
customisable in a variety of ways.
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-fs.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ depends: [
]

synopsis: "Generic file-system backend for Irmin"
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-git.opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ description: """
`Irmin_git` expose a bi-directional bridge between Git repositories and
Irmin stores.
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-graphql.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ depends: [
]

synopsis: "GraphQL server for Irmin"
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-mirage-git.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ depends: [
]

synopsis: "MirageOS-compatible Irmin stores"
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-mirage-graphql.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ depends: [
]

synopsis: "MirageOS-compatible Irmin stores"
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ depends: [
]

synopsis: "MirageOS-compatible Irmin stores"
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-pack-tools.opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ description: """
an internal use of irmin-pack, like dumping control files in
a readable json format and such.
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-pack.opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ depends: [
]

synopsis: "Irmin backend which stores values in a pack file"
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-test.opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ description: """
`irmin-test` provides access to the Irmin test suite for testing storage backend
implementations.
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin-tezos.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ build: [

]
dev-repo: "git+https://github.com/mirage/irmin.git"
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions irmin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ variety of backends. Irmin is written in pure OCaml and does not
depend on external C stubs; it aims to run everywhere, from Linux,
to browsers and Xen unikernels.
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions libirmin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ dev-repo: "git+https://github.com/mirage/irmin.git"
# Disabled on arm64 linux and s390x because of a SEGFAULT in tests
# Disabled on macOS because of https://github.com/mirage/ca-certs/issues/20
available: [ arch != "arm64" & arch != "s390x" & os != "macos" ]
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions ppx_irmin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ depends: [
]

synopsis: "PPX deriver for Irmin type representations"
x-maintenance-intent: [ "(latest)" ]
Loading