this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Openapi documentation infrastructure"
4description:
5 "Core types and functions for creating openapi compliant documentation using JSON schemas"
6maintainer: ["J. Aaron Pendergrass <james.pendergrass@jhuapl.edu>"]
7authors: ["J. Aaron Pendergrass <james.pendergrass@jhuapl.edu>"]
8license: "BSD-3-Clause"
9homepage: "https://github.com/jhuapl-saralab/openapi-ocaml"
10bug-reports: "https://github.com/jhuapl-saralab/openapi-ocaml/issues"
11depends: [
12 "dune" {>= "2.8"}
13 "yojson" {>= "2.1.2"}
14 "core" {>= "v0.16.0"}
15 "ppx_yojson_conv" {>= "v0.16.0"}
16 "ppx_yojson_conv_lib" {>= "v0.16.0"}
17 "ppx_deriving" {>= "5.2.1"}
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/jhuapl-saralab/openapi-ocaml.git"
35url {
36 src:
37 "https://github.com/jhuapl-saralab/openapi-ocaml/archive/refs/tags/v1.0.0.tar.gz"
38 checksum: [
39 "md5=a2030ff58156b3ee639136749bb52c05"
40 "sha512=9538c197335653ad1699b488efdf0038b0c71a12ad69538190a4e8c69ca85d6e035ddae1f077bf8558355c75e82961049cb165489200a4f27e0695aba97f95a9"
41 ]
42}