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/leostera/serde.ml"
9bug-reports: "https://github.com/leostera/serde.ml/issues"
10depends: [
11 "dune" {>= "3.5"}
12 "ocaml" {>= "4.14.0"}
13 "ppxlib" {>= "0.28.0"}
14 "ppx_deriving" {>= "5.2.1"}
15 "serde" {= version}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/leostera/serde.ml.git"
33url {
34 src:
35 "https://github.com/leostera/serde.ml/releases/download/0.0.1/serde-0.0.1.tbz"
36 checksum: [
37 "sha256=14c12871e403a531994acc99ca9d140ea00ea4f6a794d38f01f606eb33615dbd"
38 "sha512=fea87f5067ed2c27b76dcb0ff96c6d39c939f62aecced8cd19790e20af794fbfaa99d727c04461e42ab115c97f39d0fe68f93f016ed2cb1471d8cc0d55b19b10"
39 ]
40}
41x-commit-hash: "087acdda381b6057d68f72dd86e3662f855dc9a1"