Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
update opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsoni committed Jun 16, 2021
1 parent 43da210 commit 2e02d29
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bytebuffer.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Extensible buffers built on top of bigarrays"
maintainer: ["Anurag Soni <anurag@sonianurag.com>"]
authors: ["Anurag Soni"]
license: "MIT"
homepage: "https://github.com/anuragsoni/h1"
doc: "https://anuragsoni.github.io/h1"
bug-reports: "https://github.com/anuragsoni/h1/issues"
depends: [
"dune" {>= "2.8"}
Expand Down
11 changes: 11 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@

(name h1)

(authors "Anurag Soni")

(maintainers "Anurag Soni <anurag@sonianurag.com>")

(generate_opam_files true)

(documentation "https://anuragsoni.github.io/h1")

(source
(github anuragsoni/h1))

(license MIT)

(package
(name bytebuffer)
(synopsis "Extensible buffers built on top of bigarrays")
(depends
base_bigstring
(alcotest :with-test)
Expand All @@ -19,13 +26,15 @@

(package
(name h1-types)
(synopsis "HTTP 1.1 types")
(depends
fmt
(ocaml
(>= 4.11.0))))

(package
(name h1-parser)
(synopsis "Parser for HTTP 1.1")
(depends
(h1-types
(= :version))
Expand All @@ -39,6 +48,7 @@

(package
(name h1)
(synopsis "HTTP 1.1 server state machine")
(depends
(h1-types
(= :version))
Expand All @@ -48,6 +58,7 @@

(package
(name h1-async)
(synopsis "Async based http server")
(depends
(h1
(= :version))
Expand Down
4 changes: 4 additions & 0 deletions h1-async.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Async based http server"
maintainer: ["Anurag Soni <anurag@sonianurag.com>"]
authors: ["Anurag Soni"]
license: "MIT"
homepage: "https://github.com/anuragsoni/h1"
doc: "https://anuragsoni.github.io/h1"
bug-reports: "https://github.com/anuragsoni/h1/issues"
depends: [
"dune" {>= "2.8"}
Expand Down
4 changes: 4 additions & 0 deletions h1-parser.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Parser for HTTP 1.1"
maintainer: ["Anurag Soni <anurag@sonianurag.com>"]
authors: ["Anurag Soni"]
license: "MIT"
homepage: "https://github.com/anuragsoni/h1"
doc: "https://anuragsoni.github.io/h1"
bug-reports: "https://github.com/anuragsoni/h1/issues"
depends: [
"dune" {>= "2.8"}
Expand Down
4 changes: 4 additions & 0 deletions h1-types.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "HTTP 1.1 types"
maintainer: ["Anurag Soni <anurag@sonianurag.com>"]
authors: ["Anurag Soni"]
license: "MIT"
homepage: "https://github.com/anuragsoni/h1"
doc: "https://anuragsoni.github.io/h1"
bug-reports: "https://github.com/anuragsoni/h1/issues"
depends: [
"dune" {>= "2.8"}
Expand Down
4 changes: 4 additions & 0 deletions h1.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "HTTP 1.1 server state machine"
maintainer: ["Anurag Soni <anurag@sonianurag.com>"]
authors: ["Anurag Soni"]
license: "MIT"
homepage: "https://github.com/anuragsoni/h1"
doc: "https://anuragsoni.github.io/h1"
bug-reports: "https://github.com/anuragsoni/h1/issues"
depends: [
"dune" {>= "2.8"}
Expand Down

0 comments on commit 2e02d29

Please sign in to comment.