this repo has no description
1opam-version: "2.0"
2synopsis: "Derive-macros for the Serde serialization framework"
3description:
4 "These macros help derive serializers and deserializers for your existing types and provide all the functionality you expect to plug in different data-formats."
5maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
6authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
7license: "MIT"
8homepage: "https://github.com/serde-ml/serde"
9bug-reports: "https://github.com/serde-ml/serde/issues"
10depends: [
11 "ocaml" {>= "5.1.1"}
12 "ppx_deriving" {>= "5.2.1"}
13 "ppxlib" {>= "0.28.0"}
14 "serde" {= version}
15 "serde_json" {with-test & = version}
16 "dune" {>= "3.12"}
17 "conf-jq" {with-test}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/serde-ml/serde.git"
35url {
36 src:
37 "https://github.com/serde-ml/serde/releases/download/0.0.2/serde-0.0.2.tbz"
38 checksum: [
39 "sha256=0766b13f1e9421f98fab8efc5d43657229f3b3bc13ca4722086da634fe076ca4"
40 "sha512=1023dcd53c4b69032f466b338e2f0146ee3443b2ec4ce8db2d1f226e1409d81a3da3767ac73e9e047fd61b904a829ff841c26317c8ea050351ba6f70ab4158c4"
41 ]
42}
43x-commit-hash: "2ab29c28378b37ce69cd1ebbd55bc2f11d7a40f3"