this repo has no description
1opam-version: "2.0"
2synopsis: "PPX for converting between OCaml values and JSON, Sexp and camlon"
3maintainer: "jun.furuse@gmail.com"
4authors: "Jun Furuse"
5license: "MIT"
6homepage: "https://gitlab.com/camlspotter/ppx_meta_conv/"
7bug-reports: "https://gitlab.com/camlspotter/ppx_meta_conv/-/issues"
8depends: [
9 "dune" {>= "2.0"}
10 "ppxx" {>= "2.5.0"}
11 "ppx_deriving" {>= "5.2.0"}
12 "spotlib" {>= "4.0.0"}
13]
14depopts: [
15 "tiny_json"
16 "sexplib"
17 "camlon"
18]
19conflicts: [
20 "tiny_json" {< "1.1.0"}
21 "sexplib" {< "112.24.01"}
22 "camlon" {< "2.0.0"}
23]
24build: ["dune" "build" "-p" name "-j" jobs]
25dev-repo: "git+https://gitlab.com/camlspotter/ppx_meta_conv"
26url {
27 src:
28 "https://gitlab.com/camlspotter/ppx_meta_conv/-/archive/4.1.0/ppx_meta_conv-4.1.0.tar.gz"
29 checksum: [
30 "md5=aad544375f23a3979aafe9defdebf4bd"
31 "sha512=991ad7433c8f2f51b298d4c99b35b873aab66c5d1da1beaa18f8f58f8e708e5a4299f0bb657af9d12bfcd3d645f48b3efe21e13b8c62e303604bd374e88f7d3a"
32 ]
33}