opam-version: "2.0" synopsis: "Read AWS configuration in OCaml" maintainer: ["Satoru Kawahara "] authors: ["Satoru Kawahara "] license: "MIT" homepage: "https://github.com/Nymphium/aws-config" bug-reports: "https://github.com/Nymphium/aws-config/issues" dev-repo: "git+https://github.com/Nymphium/aws-config.git" depends: [ "ocaml" {>= "4.08"} "dune" {>= "3.0"} "re" {>= "1.7.2"} "yojson" {>= "1.6.0"} "logs" ] build: ["dune" "build" "-j" jobs "-p" name "@install"] url { src: "https://github.com/Nymphium/aws-config/archive/0.0.1.tar.gz" checksum: [ "md5=d37e3ccde64a11912f075ffb15ab2b73" "sha512=d9e0eedcc8e3d14431871b059a06e314063bdd4ca1c45e7af7308588c5836e2104a3f51a8043331b24701f15ba6d80274c2d64f93be3737d41bcd983ea09ac9f" ] }