Skip to content

Commit

Permalink
[new release] okra (2 packages) (0.2.0) (#7)
Browse files Browse the repository at this point in the history
CHANGES:

### Changed

- Rename the opam packages (tarides/okra#164, @gpetiot)
  + `okra` is renamed `okra-lib`
  + `okra-bin` is renamed `okra`
- Depend on get-activity >= 0.2.0 (tarides/okra#162, @gpetiot)
  • Loading branch information
gpetiot authored Feb 27, 2024
1 parent 72fb264 commit 5438d92
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
48 changes: 48 additions & 0 deletions packages/okra-lib/okra-lib.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
opam-version: "2.0"
synopsis: "Report parsing prototypes"
description: "A library of tools for report parsing"
maintainer: ["Guillaume Petiot <[email protected]>"]
authors: ["Magnus Skjegstad"]
license: "ISC"
homepage: "https://github.com/tarides/okra"
bug-reports: "https://github.com/tarides/okra/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.10"}
"alcotest" {>= "1.7.0" & with-test}
"logs" {>= "0.7.0"}
"fmt" {>= "0.9.0"}
"lwt" {>= "5.6.1"}
"tls-lwt" {>= "0.17.0"}
"xdg"
"get-activity-lib" {>= "0.2.0"}
"gitlab" {>= "0.1.7"}
"calendar" {>= "3.0.0"}
"csv" {>= "2.4"}
"omd" {>= "2.0.0~alpha3"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/tarides/okra.git"
url {
src:
"https://github.com/tarides/okra/releases/download/0.2.0/okra-0.2.0.tbz"
checksum: [
"sha256=4a407f5823c2c26e1cc77764f84a1455c68bae16e12ad01880b0b527fdd090b3"
"sha512=d6d5bfd04773a5ed41b47390387f6f19744e448f87344724c7b8309ddf1ac2a7ca3f9cee2091306a6607a6d7aa5a60f48fa8ce9b7196e06718f37998de990e1f"
]
}
x-commit-hash: "62224a4bbb3d9170610d6478dd991ca18e38efac"
49 changes: 49 additions & 0 deletions packages/okra/okra.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
opam-version: "2.0"
synopsis: "Report parsing executable"
description: "An executable to be used for report parsing"
maintainer: ["Guillaume Petiot <[email protected]>"]
authors: ["Magnus Skjegstad"]
license: "ISC"
homepage: "https://github.com/tarides/okra"
bug-reports: "https://github.com/tarides/okra/issues"
depends: [
"dune" {>= "3.7"}
"alcotest" {>= "1.7.0" & with-test}
"mdx" {>= "2.2.1" & with-test}
"logs" {>= "0.7.0"}
"tls-lwt"
"xdg"
"fmt" {>= "0.9.0"}
"okra-lib" {= version}
"cmdliner" {>= "1.1.1"}
"ppx_deriving_yaml" {>= "0.2.0"}
"bos"
"dune-build-info"
"yaml" {>= "3.0"}
"cohttp-lwt-unix" {>= "5.0.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/tarides/okra.git"
url {
src:
"https://github.com/tarides/okra/releases/download/0.2.0/okra-0.2.0.tbz"
checksum: [
"sha256=4a407f5823c2c26e1cc77764f84a1455c68bae16e12ad01880b0b527fdd090b3"
"sha512=d6d5bfd04773a5ed41b47390387f6f19744e448f87344724c7b8309ddf1ac2a7ca3f9cee2091306a6607a6d7aa5a60f48fa8ce9b7196e06718f37998de990e1f"
]
}
x-commit-hash: "62224a4bbb3d9170610d6478dd991ca18e38efac"

0 comments on commit 5438d92

Please sign in to comment.