this repo has no description
1opam-version: "2.0"
2synopsis: "A serialization framework for OCaml"
3description:
4 "Serde is a serialization framework for OCaml that runs on the principle of maximum efficiency and user ergonomics while maintaining format flexibility."
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 "qcheck" {with-test}
13 "rio" {>= "0.0.8"}
14 "spices" {with-test}
15 "dune" {>= "3.12"}
16 "conf-jq" {with-test}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/serde-ml/serde.git"
34url {
35 src:
36 "https://github.com/serde-ml/serde/releases/download/0.0.2/serde-0.0.2.tbz"
37 checksum: [
38 "sha256=0766b13f1e9421f98fab8efc5d43657229f3b3bc13ca4722086da634fe076ca4"
39 "sha512=1023dcd53c4b69032f466b338e2f0146ee3443b2ec4ce8db2d1f226e1409d81a3da3767ac73e9e047fd61b904a829ff841c26317c8ea050351ba6f70ab4158c4"
40 ]
41}
42x-commit-hash: "2ab29c28378b37ce69cd1ebbd55bc2f11d7a40f3"