15 buildDunePackage rec {
16 pname = "opium_kernel";
21 minimumOCamlVersion = "4.04.1";
24 url = "https://github.com/rgrinberg/opium/releases/download/${version}/opium-${version}.tbz";
25 sha256 = "0a2y9gw55psqhqli3a5ps9mfdab8r46fnbj882r2sp366sfcy37q";
31 ppx_sexp_conv ppx_fields_conv
34 propagatedBuildInputs = [
35 hmap cohttp-lwt ezjsonm sexplib fieldslib
39 description = "Sinatra like web toolkit for OCaml based on cohttp & lwt";
40 homepage = "https://github.com/rgrinberg/opium";
41 license = lib.licenses.mit;
42 maintainers = [ lib.maintainers.pmahoney ];