ocaml-gopher/gopher.opam
orbifx 7b1ec728cf Introduce client & parser, switch to Dune
- Server and client now have dedicated module files
- Menu and Item have their own module files
- Wrote parsers for Menu and Item
- Switch from jbuilder to dune
- Introducing gopher client
- IPv6
2022-01-04 15:20:35 +00:00

17 lines
464 B
Text

opam-version: "1.2"
name: "gopher"
synopsis: "OCaml library for creating Gopher applications"
homepage: "https://cgit.orbitalfox.eu/ocaml-gopher"
doc: "README.md"
dev-repo: "git://orbitalfox.eu/ocaml-gopher"
bug-reports: "mailto:sp@orbitalfox.eu"
maintainer: "Stavros Polymenis <sp@orbitalfox.eu>"
authors: "Stavros Polymenis <sp@orbitalfox.eu>"
license: "EUPL"
build: [
["dune" "build" "--root" "." "-j" jobs "@install"]
]
depends: [
"dune" {build}
"lwt"
]