this repo has no description
0
fork

Configure Feed

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

Package sexp_decode.0.7

+42
+42
packages/sexp_decode/sexp_decode.0.7/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A library to decode S-expression into structured data" 4 + description: 5 + "A library of monadic combinators that help translating S-expressions (as provided by the Csexp library) into structured data" 6 + maintainer: ["Benoît Montagu <benoit.montagu@inria.fr>"] 7 + authors: ["Benoît Montagu <benoit.montagu@inria.fr>"] 8 + license: "LGPL-3.0-or-later" 9 + homepage: "https://gitlab.inria.fr/bmontagu/sexp_decode" 10 + bug-reports: "https://gitlab.inria.fr/bmontagu/sexp_decode/-/issues" 11 + depends: [ 12 + "dune" {>= "2.9"} 13 + "csexp" {>= "1.5.1"} 14 + "ppx_inline_test" {>= "v0.14.1"} 15 + "ocaml" {>= "4.08"} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "--promote-install-files=false" 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ["dune" "install" "-p" name "--create-install-files" name] 33 + ] 34 + dev-repo: "git+https://gitlab.inria.fr/bmontagu/sexp_decode" 35 + url { 36 + src: 37 + "https://gitlab.inria.fr/bmontagu/sexp_decode/-/archive/0.7/sexp_decode-0.7.tar.gz" 38 + checksum: [ 39 + "md5=55cd3a54d076831d680b33a9caf27a3b" 40 + "sha512=f9e1936165aa3a8536ba05ddfe7bfdbe63ce1e7a8162b8e8246e5debd581e5f1b3bc935a43f6ed6b5a931219de8185a2e71a072af4a2bf8bdda78bea46808b95" 41 + ] 42 + }