opam-version: "2.0" maintainer: "Edgar Aroutiounian " authors: [ "Edgar Aroutiounian " ] license: "GPL-3.0-only" homepage: "http://hyegar.com" bug-reports: "https://github.com/fxfactorial/podge/issues" dev-repo: "git+http://github.com/fxfactorial/podge.git" build: [ ["oasis" "setup"] ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["oasis" "setup"] {with-test} ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} ["ocaml" "setup.ml" "-build"] {with-test} ["ocaml" "setup.ml" "-test"] {with-test} ] install: ["ocaml" "setup.ml" "-install"] remove: ["ocamlfind" "remove" "podge"] depends: [ "ocaml" {>= "4.02.2"} "base-unix" "cohttp" {>= "0.9.7" & < "5.0.0"} "oasis" {build & >= "0.4"} "ocamlfind" {build} "tyxml" {< "4.0.0"} "yojson" {< "2.0.0"} "ocamlbuild" {build} ] synopsis: "Shortcuts and helpers for common tasks in OCaml ecosystem" description: """ If you're doing any modern OCaml then you're doubtlessly annoyed by the state of libraries and committing to one of the big ones can be restricting. Podge is a single module containing specialized modules for their respectives usages for seemingly common tasks.""" flags: light-uninstall url { src: "https://github.com/fxfactorial/podge/archive/v0.0.2.tar.gz" checksum: [ "sha256=7566b51b559c7a28ba9c4f17ba5444377957170c0a376447ffe9f0d569e72ca3" "md5=29cbcc1d3f025b840a9ef3254b6d8ff2" ] }