this repo has no description
1opam-version: "2.0"
2synopsis: "JSON format support for Serde"
3maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
4authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
5license: "MIT"
6homepage: "https://github.com/serde-ml/serde"
7bug-reports: "https://github.com/serde-ml/serde/issues"
8depends: [
9 "ocaml" {>= "5.1.1"}
10 "ppx_inline_test" {>= "v0.16.0"}
11 "rio" {>= "0.0.8"}
12 "serde" {= version}
13 "yojson" {>= "2.1.0"}
14 "dune" {>= "3.12"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/serde-ml/serde.git"
31url {
32 src:
33 "https://github.com/serde-ml/serde/releases/download/0.0.2/serde-0.0.2.tbz"
34 checksum: [
35 "sha256=0766b13f1e9421f98fab8efc5d43657229f3b3bc13ca4722086da634fe076ca4"
36 "sha512=1023dcd53c4b69032f466b338e2f0146ee3443b2ec4ce8db2d1f226e1409d81a3da3767ac73e9e047fd61b904a829ff841c26317c8ea050351ba6f70ab4158c4"
37 ]
38}
39x-commit-hash: "2ab29c28378b37ce69cd1ebbd55bc2f11d7a40f3"