Skip to content

Commit

Permalink
Package sherlodoc.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w authored and nberth committed May 16, 2024
1 parent adc143a commit 2063c2f
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions packages/sherlodoc/sherlodoc.0.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Search engine for OCaml documentation"
maintainer: ["[email protected]"]
authors: ["Arthur Wendling" "Emile Trotignon"]
license: "MIT"
homepage: "https://github.com/art-w/sherlodoc"
bug-reports: "https://github.com/art-w/sherlodoc/issues"
depends: [
"dune" {>= "3.5"}
"ocaml" {>= "4.0.8"}
"odoc" {>= "2.4.0"}
"base64" {>= "3.5.1"}
"bigstringaf" {>= "0.9.1"}
"js_of_ocaml" {>= "5.6.0"}
"brr" {>= "0.0.6"}
"cmdliner" {>= "1.2.0"}
"decompress" {>= "1.5.3"}
"fpath" {>= "0.7.3"}
"lwt" {>= "5.7.0"}
"menhir" {>= "20230608"}
"ppx_blob" {>= "0.7.2"}
"tyxml" {>= "4.6.0"}
"result" {>= "1.5"}
"odig" {with-test}
"base" {with-test & = "v0.16.3"}
"alcotest" {with-test}
]
depopts: [
"dream" {>= "1.0.0~alpha5"}
"ancient" {>= "0.9.1"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/art-w/sherlodoc.git"
url {
src: "https://github.com/art-w/sherlodoc/archive/refs/tags/0.2.tar.gz"
checksum: [
"md5=a33efefc3c17e3d895d29d18ce2ec9fc"
"sha512=ba45f7a941798f62f49ef1d443aa00242b4a46d8cb3918ff347c4538e69ab0b4a322bb48b7d2b41d8fe64443cc2b34573c65f15c04fd7de0f41b8defc8375af1"
]
}

0 comments on commit 2063c2f

Please sign in to comment.