Skip to content

Commit d7af1b0

Browse files
committed
Merge pull request #13 from inhabitedtype/fix-meta
fix metadata of top-level and service packages
2 parents 6fb7fcb + 57751ad commit d7af1b0

File tree

15 files changed

+104
-22
lines changed

15 files changed

+104
-22
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ configure:
4343
.PHONY: aws-ec2
4444
aws-ec2:
4545
./aws_gen.native --is-ec2 -i input/ec2/latest/service-2.json -r input/ec2/overrides.json -e input/errors.json -o libraries
46-
cd libraries/ec2 && oasis setup && bash ../../src/mk_opam
46+
cd libraries/ec2 && oasis setup && bash ../../scripts/mk_opam
4747

4848
# NOTE: This does not include aws-ec2, which is special-cased.
4949
LIBRARIES := \
@@ -60,7 +60,7 @@ LIBRARIES := \
6060
.PHONY: $(LIBRARIES)
6161
$(LIBRARIES): aws-%:
6262
./aws_gen.native -i input/$*/latest/service-2.json -r input/$*/overrides.json -e input/errors.json -o libraries
63-
cd libraries/$* && oasis setup && bash ../../src/mk_opam
63+
cd libraries/$* && oasis setup && bash ../../scripts/mk_opam
6464

6565
gen: all aws-ec2 $(LIBRARIES)
6666

libraries/autoscaling/opam/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
opam-version: "1.2"
22
maintainer: "Spiros Eliopoulos <[email protected]>"
3-
authors: [ Spiros Eliopoulos <[email protected]>", "Daniel Patterson <[email protected]> ]
3+
authors: [ "Spiros Eliopoulos <[email protected]>" "Daniel Patterson <[email protected]>" ]
44
license: "BSD-3-clause"
55
homepage: "https://github.com/inhabitedtype/ocaml-aws"
6+
dev-repo: "https://github.com/inhabitedtype/ocaml-aws.git"
67
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
78
build: [
89
["ocaml" "setup.ml" "-configure" "--prefix" prefix]

libraries/cloudformation/opam/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
opam-version: "1.2"
22
maintainer: "Spiros Eliopoulos <[email protected]>"
3-
authors: [ Spiros Eliopoulos <[email protected]>", "Daniel Patterson <[email protected]> ]
3+
authors: [ "Spiros Eliopoulos <[email protected]>" "Daniel Patterson <[email protected]>" ]
44
license: "BSD-3-clause"
55
homepage: "https://github.com/inhabitedtype/ocaml-aws"
6+
dev-repo: "https://github.com/inhabitedtype/ocaml-aws.git"
67
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
78
build: [
89
["ocaml" "setup.ml" "-configure" "--prefix" prefix]

libraries/cloudtrail/opam/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
opam-version: "1.2"
22
maintainer: "Spiros Eliopoulos <[email protected]>"
3-
authors: [ Spiros Eliopoulos <[email protected]>", "Daniel Patterson <[email protected]> ]
3+
authors: [ "Spiros Eliopoulos <[email protected]>" "Daniel Patterson <[email protected]>" ]
44
license: "BSD-3-clause"
55
homepage: "https://github.com/inhabitedtype/ocaml-aws"
6+
dev-repo: "https://github.com/inhabitedtype/ocaml-aws.git"
67
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
78
build: [
89
["ocaml" "setup.ml" "-configure" "--prefix" prefix]

libraries/ec2/opam/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
opam-version: "1.2"
22
maintainer: "Spiros Eliopoulos <[email protected]>"
3-
authors: [ Spiros Eliopoulos <[email protected]>", "Daniel Patterson <[email protected]> ]
3+
authors: [ "Spiros Eliopoulos <[email protected]>" "Daniel Patterson <[email protected]>" ]
44
license: "BSD-3-clause"
55
homepage: "https://github.com/inhabitedtype/ocaml-aws"
6+
dev-repo: "https://github.com/inhabitedtype/ocaml-aws.git"
67
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
78
build: [
89
["ocaml" "setup.ml" "-configure" "--prefix" prefix]

libraries/elasticache/opam/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
opam-version: "1.2"
22
maintainer: "Spiros Eliopoulos <[email protected]>"
3-
authors: [ Spiros Eliopoulos <[email protected]>", "Daniel Patterson <[email protected]> ]
3+
authors: [ "Spiros Eliopoulos <[email protected]>" "Daniel Patterson <[email protected]>" ]
44
license: "BSD-3-clause"
55
homepage: "https://github.com/inhabitedtype/ocaml-aws"
6+
dev-repo: "https://github.com/inhabitedtype/ocaml-aws.git"
67
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
78
build: [
89
["ocaml" "setup.ml" "-configure" "--prefix" prefix]

libraries/elasticloadbalancing/opam/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
opam-version: "1.2"
22
maintainer: "Spiros Eliopoulos <[email protected]>"
3-
authors: [ Spiros Eliopoulos <[email protected]>", "Daniel Patterson <[email protected]> ]
3+
authors: [ "Spiros Eliopoulos <[email protected]>" "Daniel Patterson <[email protected]>" ]
44
license: "BSD-3-clause"
55
homepage: "https://github.com/inhabitedtype/ocaml-aws"
6+
dev-repo: "https://github.com/inhabitedtype/ocaml-aws.git"
67
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
78
build: [
89
["ocaml" "setup.ml" "-configure" "--prefix" prefix]

libraries/rds/opam/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
opam-version: "1.2"
22
maintainer: "Spiros Eliopoulos <[email protected]>"
3-
authors: [ Spiros Eliopoulos <[email protected]>", "Daniel Patterson <[email protected]> ]
3+
authors: [ "Spiros Eliopoulos <[email protected]>" "Daniel Patterson <[email protected]>" ]
44
license: "BSD-3-clause"
55
homepage: "https://github.com/inhabitedtype/ocaml-aws"
6+
dev-repo: "https://github.com/inhabitedtype/ocaml-aws.git"
67
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
78
build: [
89
["ocaml" "setup.ml" "-configure" "--prefix" prefix]

libraries/sdb/opam/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
opam-version: "1.2"
22
maintainer: "Spiros Eliopoulos <[email protected]>"
3-
authors: [ Spiros Eliopoulos <[email protected]>", "Daniel Patterson <[email protected]> ]
3+
authors: [ "Spiros Eliopoulos <[email protected]>" "Daniel Patterson <[email protected]>" ]
44
license: "BSD-3-clause"
55
homepage: "https://github.com/inhabitedtype/ocaml-aws"
6+
dev-repo: "https://github.com/inhabitedtype/ocaml-aws.git"
67
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
78
build: [
89
["ocaml" "setup.ml" "-configure" "--prefix" prefix]

libraries/ssm/opam/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
opam-version: "1.2"
22
maintainer: "Spiros Eliopoulos <[email protected]>"
3-
authors: [ Spiros Eliopoulos <[email protected]>", "Daniel Patterson <[email protected]> ]
3+
authors: [ "Spiros Eliopoulos <[email protected]>" "Daniel Patterson <[email protected]>" ]
44
license: "BSD-3-clause"
55
homepage: "https://github.com/inhabitedtype/ocaml-aws"
6+
dev-repo: "https://github.com/inhabitedtype/ocaml-aws.git"
67
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
78
build: [
89
["ocaml" "setup.ml" "-configure" "--prefix" prefix]

0 commit comments

Comments
 (0)