this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #18637 from soren-n/opam-publish-typeset.0.1

Package typeset.0.1

authored by

Kate and committed by
GitHub
739cf2af 1f1f2069

+24
+24
packages/typeset/typeset.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "An embedded DSL for defining source code pretty printers" 3 + maintainer: "Soren Norbaek <sorennorbaek@gmail.com>" 4 + authors: "Soren Norbaek <sorennorbaek@gmail.com>" 5 + license: "MIT" 6 + homepage: "https://github.com/soren-n/typeset-ocaml" 7 + bug-reports: "https://github.com/soren-n/typeset-ocaml/issues" 8 + dev-repo: "git+https://github.com/soren-n/typeset-ocaml.git" 9 + build: [ 10 + "dune" "build" "-p" name "-j" jobs "@install" 11 + "@runtest" {with-test} 12 + ] 13 + depends: [ 14 + "ocaml" {>= "4.08"} 15 + "dune" {>= "2.8"} 16 + "qcheck" {>= "0.17"} 17 + ] 18 + url { 19 + src: "https://github.com/soren-n/typeset-ocaml/archive/0.1.tar.gz" 20 + checksum: [ 21 + "md5=ec0c85c751e40fa30949dfc47db42693" 22 + "sha512=e64e52ffef4ab2fcf94143279a68af2791696b494275ea65dd81f2316f70db2163d88b0a6ae8aff6cee466a29a4c0c56e8c04cc0b97afae42d91712b72c4ff0b" 23 + ] 24 + }