this repo has no description

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

Package bestline.0.2.1

Kate 88362781 1e3c4664

Changed files
+37
packages
bestline
bestline.0.2.1
+37
packages/bestline/bestline.0.2.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "OCaml bindings for the bestline C library"
+
description: "OCaml bindings for the bestline C library"
+
maintainer: ["Finn Schneider"]
+
authors: ["Finn Schneider"]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/Innf107/ocaml-bestline"
+
doc: "https://github.com/Innf107/ocaml-bestline"
+
bug-reports: "https://github.com/Innf107/ocaml-bestline/issues"
+
depends: [
+
"ocaml"
+
"dune" {>= "3.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/Innf107/ocaml-bestline.git"
+
url {
+
src: "https://github.com/Innf107/ocaml-bestline/archive/v0.2.1.tar.gz"
+
checksum: [
+
"md5=205e4076bf1e0770d7c6fce4ce6ede3e"
+
"sha512=0719236ea2c6d867488bae92706e473bf3d3a368f8d8ac1bb1c4eaa2ef92c892a83ef65950097eb576a0ba68390c0dde3716522fbc2724b7c925c78fa7caf6f6"
+
]
+
}