Skip to content

Commit 66a00cc

Browse files
authored
Merge pull request #20702 from esope/opam-publish-sexp_decode.0.2
Package sexp_decode.0.2
2 parents 3191d78 + bd9ab02 commit 66a00cc

File tree

1 file changed

+40
-0
lines changed
  • packages/sexp_decode/sexp_decode.0.2

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
synopsis: "A library to decode S-expression into structured data"
3+
description:
4+
"A library of monadic combinators that help translating S-expressions (as provided by the Csexp library) into structured data"
5+
maintainer: "Benoît Montagu <[email protected]>"
6+
authors: "Benoît Montagu <[email protected]>"
7+
license: "LGPL-3.0-or-later"
8+
homepage: "https://gitlab.inria.fr/bmontagu/sexp_decode"
9+
bug-reports: "Benoît Montagu <[email protected]>"
10+
depends: [
11+
"ocaml" {>= "4.08"}
12+
"csexp" {>= "1.5.1"}
13+
"dune" {>= "2.9"}
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+
"--promote-install-files=false"
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
["dune" "install" "-p" name "--create-install-files" name]
31+
]
32+
dev-repo: "git+https://gitlab.inria.fr/bmontagu/sexp_decode"
33+
url {
34+
src:
35+
"https://gitlab.inria.fr/bmontagu/sexp_decode/-/archive/0.2/sexp_decode-0.2.tar.gz"
36+
checksum: [
37+
"md5=4d3c4855d568c33dfe631c7a19fbf516"
38+
"sha512=8abc7ddabb378816efe9e0829bd3c812b2b083a1a6aee66fb28c62e7225a5d245e8a8ab07f9284ad3335d3f092c89d8ac657eeee0f635494a0b2bf7a7839828e"
39+
]
40+
}

0 commit comments

Comments
 (0)