File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/ppx_deriving_jsont/ppx_deriving_jsont.0.1.1 Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "A ppx deriver for Jsont"
3+ description:
4+ "A convenient tool to generate Jsont descriptions for various OCaml types."
5+ maintainer: ["Ulysse Gérard"]
6+ authors: ["Ulysse Gérard"]
7+ license: "MIT"
8+ homepage: "https://github.com/voodoos/ppx_deriving_jsont"
9+ bug-reports: "https://github.com/voodoos/ppx_deriving_jsont/issues"
10+ depends: [
11+ "dune" {>= "3.17"}
12+ "ppxlib" {>= "0.36.0"}
13+ "jsont"
14+ "bytesrw" {with-test}
15+ "odoc" {with-doc}
16+ ]
17+ build: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ name
24+ "-j"
25+ jobs
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/voodoos/ppx_deriving_jsont.git"
32+ url {
33+ src:
34+ "https://github.com/voodoos/ppx_deriving_jsont/releases/download/0.1.1/ppx_deriving_jsont-0.1.1.tbz"
35+ checksum: [
36+ "sha256=40d4069e3db7705c0a0b2ad326e05174d7e4f675e6beb813f8ec82c3104a9dc6"
37+ "sha512=73acea0ed7baf2e589ab189be77c601620c34f1472cc3780251e523e624565a30a569407436b653f2e0b176ae61079148e4d5c878f8b2ef2108e6c6a4d44fa9e"
38+ ]
39+ }
40+ x-commit-hash: "d5ed6853140c40e5438354d037bfc86229a59446"
You can’t perform that action at this time.
0 commit comments