this repo has no description
1opam-version: "2.0"
2synopsis: "Read AWS configuration in OCaml"
3maintainer: ["Satoru Kawahara <s1311350@gmail.com>"]
4authors: ["Satoru Kawahara <s1311350@gmail.com>"]
5license: "MIT"
6homepage: "https://github.com/Nymphium/aws-config"
7bug-reports: "https://github.com/Nymphium/aws-config/issues"
8dev-repo: "git+https://github.com/Nymphium/aws-config.git"
9depends: [
10 "ocaml" {>= "4.08"}
11 "dune" {>= "3.0"}
12 "re" {>= "1.7.2"}
13 "yojson" {>= "1.6.0"}
14 "logs"
15]
16build: ["dune" "build" "-j" jobs "-p" name "@install"]
17url {
18 src: "https://github.com/Nymphium/aws-config/archive/0.0.1.tar.gz"
19 checksum: [
20 "md5=d37e3ccde64a11912f075ffb15ab2b73"
21 "sha512=d9e0eedcc8e3d14431871b059a06e314063bdd4ca1c45e7af7308588c5836e2104a3f51a8043331b24701f15ba6d80274c2d64f93be3737d41bcd983ea09ac9f"
22 ]
23}