Skip to content

Commit

Permalink
Merge pull request ocaml#11225 from kkazuo/opam-publish-horned_worm.0…
Browse files Browse the repository at this point in the history
….3.2

Package horned_worm.0.3.2
  • Loading branch information
mseri authored Jan 14, 2018
2 parents f2b59bd + 8e91f87 commit 2c01c58
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/horned_worm/horned_worm.0.3.2/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
A functional Web app framework.

Greatly inspired by Suave.IO and GIRAFFE of F#, this is OCaml implementation.
17 changes: 17 additions & 0 deletions packages/horned_worm/horned_worm.0.3.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: "Kazuo Koga"
homepage: "https://github.com/kkazuo/horned_worm"
bug-reports: "https://github.com/kkazuo/horned_worm/issues"
license: "MIT"
dev-repo: "https://github.com/kkazuo/horned_worm.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"async" {>= "v0.10.0"}
"cohttp-async" {>= "1.0.2"}
"logs" {>= "0.6.2"}
"re" {>= "1.7.1"}
"yojson" {>= "1.4.0"}
"jbuilder" {build & >= "1.0+beta13"}
]
available: [ocaml-version >= "4.03.0"]
2 changes: 2 additions & 0 deletions packages/horned_worm/horned_worm.0.3.2/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/kkazuo/horned_worm/archive/v0.3.2.tar.gz"
checksum: "47242b71c19c7a250ee86fbc974707e6"

0 comments on commit 2c01c58

Please sign in to comment.