this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Http server agnostic Openapi documentation generation"
4description:
5 "A functor to wrap your http server and produce an Openapi documentation pages"
6maintainer: ["Jules Guesnon <jules@matigold.dev>"]
7authors: [
8 "J. Aaron Pendergrass <james.pendergrass@jhuapl.edu>"
9 "Jules Guesnon <jules@matigold.dev>"
10]
11license: "BSD-3-Clause"
12homepage: "https://github.com/marigold-dev/openapi-router"
13bug-reports: "https://github.com/marigold-dev/openapi-router/issues"
14depends: [
15 "dune" {>= "2.8"}
16 "yojson" {>= "1.7.0"}
17 "core" {>= "v0.14.1"}
18 "ppx_yojson_conv" {>= "v0.14.0" & < "v0.16.0"}
19 "ppx_deriving" {>= "5.2.1"}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/marigold-dev/openapi-router.git"
37url {
38 src: "https://github.com/marigold-dev/openapi-router/archive/0.1.0.tar.gz"
39 checksum: [
40 "md5=aefecd4c5248ee6d489c43c953577bbc"
41 "sha512=99141a7ab8ef04b70db561fb9f0d994496ad7a835bc4f44fad6faec9e0b204a9485f7c1166a63d81e0e9f87eddd189f75330d570fe3d22609e7d27f7b454ade4"
42 ]
43}