this repo has no description
1opam-version: "2.0"
2synopsis: "Openapi documentation generation for Opium"
3description:
4 "Shim layer around Opium.App (https://github.com/rgrinberg/opium/) for producing Openapi documentation pages"
5maintainer: ["J. Aaron Pendergrass <james.pendergrass@jhuapl.edu>"]
6authors: ["J. Aaron Pendergrass <james.pendergrass@jhuapl.edu>"]
7license: "BSD-3-Clause"
8homepage: "https://github.com/jhuapl-saralab/openapi-ocaml"
9bug-reports: "https://github.com/jhuapl-saralab/openapi-ocaml/issues"
10depends: [
11 "dune" {>= "2.8"}
12 "opium" {>= "0.20.0"}
13 "yojson" {>= "1.7.0"}
14 "core" {>= "v0.14.1"}
15 "ppx_yojson_conv" {>= "v0.14.0" & < "v0.16.0"}
16 "ppx_deriving" {>= "5.2.1"}
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/jhuapl-saralab/openapi-ocaml.git"
34url {
35 src:
36 "https://github.com/jhuapl-saralab/openapi-ocaml/releases/download/v0.6.0/openapi-v0.6.0.tbz"
37 checksum: [
38 "sha256=69fe5f6a245b5c977ff09ba52174bd67684283fadf4cb5d6608d6ad08b0ada3b"
39 "sha512=22f81e87e5614e7e98a80914fa6e104bb15446003804dc94af0b95902fc1ad96b5e66fa9c072aa5e09e886ba0a066285f49875e1be0ce4b77399f9a4951d6d16"
40 ]
41}
42x-commit-hash: "0de05b5b772c20ed5c08b7da372b683e1ae1e5b9"