this repo has no description
0
fork

Configure Feed

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

Merge pull request #23704 from Innf107/opam-publish-bestline.0.2.1

Package bestline.0.2.1

authored by

Kate and committed by
GitHub
88362781 1e3c4664

+37
+37
packages/bestline/bestline.0.2.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "OCaml bindings for the bestline C library" 4 + description: "OCaml bindings for the bestline C library" 5 + maintainer: ["Finn Schneider"] 6 + authors: ["Finn Schneider"] 7 + license: "BSD-2-Clause" 8 + homepage: "https://github.com/Innf107/ocaml-bestline" 9 + doc: "https://github.com/Innf107/ocaml-bestline" 10 + bug-reports: "https://github.com/Innf107/ocaml-bestline/issues" 11 + depends: [ 12 + "ocaml" 13 + "dune" {>= "3.1"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/Innf107/ocaml-bestline.git" 31 + url { 32 + src: "https://github.com/Innf107/ocaml-bestline/archive/v0.2.1.tar.gz" 33 + checksum: [ 34 + "md5=205e4076bf1e0770d7c6fce4ce6ede3e" 35 + "sha512=0719236ea2c6d867488bae92706e473bf3d3a368f8d8ac1bb1c4eaa2ef92c892a83ef65950097eb576a0ba68390c0dde3716522fbc2724b7c925c78fa7caf6f6" 36 + ] 37 + }