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.1.tar.gz" 38 checksum: [ 39 "md5=f96c9e50fbc5f09a66a6c5044dadc786" 40 "sha512=6419b8c5ec28d1a74c25607e69b2fa2a9eae5ff40b6a31674181e6d09cbcba71f97f925ac6cc69a9f9fc1eacd4f22b6499b7c6a7dd29919f6e8123140b4157e0" 41 ] 42}