this repo has no description
1opam-version: "2.0"
2maintainer: "Max Mouratov <mmouratov@gmail.com>"
3homepage: "https://github.com/cakeplus/pa_solution"
4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
5build: [
6 ["ocaml" "setup.ml" "-configure"]
7 ["ocaml" "setup.ml" "-build"]
8]
9remove: [["ocamlfind" "remove" "pa_solution"]]
10depends: [
11 "ocaml" {>= "4.01.0"}
12 "ocamlfind"
13 "camlp4"
14 "pa_qualified"
15 "ocamlbuild" {build}
16]
17dev-repo: "git+https://github.com/cakeplus/pa_solution"
18install: ["ocaml" "setup.ml" "-install"]
19synopsis: "A DSL for solving programming contest problems"
20description: """
21Pa_solution is a compiled DSL for generating the IO boilerplate code
22that is necessary for solving problems in programming contests such as
23Google Code Jam and Facebook Hacker Cup."""
24flags: light-uninstall
25url {
26 src:
27 "https://github.com/ocaml/opam-source-archives/raw/main/pa_solution-0.5.tar.gz"
28 checksum: [
29 "sha256=dd680ccb830a2eb5827f80fc5e2f406bf282a2606ea949d2d54f5dc06475baaf"
30 "md5=04697a0f4251207142779dc6dc82d612"
31 ]
32}