Skip to content
Closed
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 packages/current/current.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ depends: [
"prometheus"
"dune" {>= "1.9"}
"re" {>= "1.9.0"}
"result"
"lwt-dllist"
"alcotest-lwt" {>= "1.0.1" & < "1.2.0" & with-test}
]
Expand Down
1 change: 1 addition & 0 deletions packages/current/current.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ depends: [
"prometheus"
"dune" {>= "2.0"}
"re" {>= "1.9.0"}
"result"
"lwt-dllist"
"alcotest-lwt" {>= "1.0.1" & < "1.2.0" & with-test}
]
Expand Down
39 changes: 39 additions & 0 deletions packages/ppx_deriving/ppx_deriving.6.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
maintainer: "whitequark <whitequark@whitequark.org>"
authors: [ "whitequark <whitequark@whitequark.org>" ]
license: "MIT"
homepage: "https://github.com/ocaml-ppx/ppx_deriving"
doc: "https://ocaml-ppx.github.io/ppx_deriving/"
bug-reports: "https://github.com/ocaml-ppx/ppx_deriving/issues"
dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving.git"
tags: [ "syntax" ]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"ocaml" {>= "4.05.0"}
"dune" {>= "1.6.3"}
"cppo" {>= "1.1.0" & build}
"ocamlfind"
"ppx_derivers"
"ppxlib" {>= "0.32.0"}
"ounit2" {with-test}
]
synopsis: "Type-driven code generation for OCaml"
description: """
ppx_deriving provides common infrastructure for generating
code based on type definitions, and a set of useful plugins
for common tasks.
"""
url {
src:
"https://github.com/ocaml-ppx/ppx_deriving/releases/download/6.0.0/ppx_deriving-6.0.0.tbz"
checksum: [
"sha256=86bfb2af159b985974e12f5e940756d4641837376954601ecebe9f29568fac25"
"sha512=ff8900b66dbf3a8655c25845b237dd0e3639a98793f63511c3cc0011cd6985a362323b5368ffb738802478d722b6281bdac7f4f044676ccf14e2886167cdbd33"
]
}
x-commit-hash: "928f1ca49ed6047695d28309d98bfd730f0796a1"