this repo has no description
1opam-version: "2.0" 2synopsis: "A generic client to interact with Rest API" 3description: 4 "Terminus provides the basic functionalities for a Rest API requester." 5maintainer: ["Étienne Marais <etienne@maiste.fr>"] 6authors: ["Étienne Marais <etienne@maiste.fr>"] 7license: "MIT" 8homepage: "https://github.com/maiste/terminus" 9doc: "maiste.github.io/terminus" 10bug-reports: "https://github.com/maiste/terminus/issues" 11depends: [ 12 "dune" {>= "3.0"} 13 "ocaml" {>= "4.08.0" & < "5.0.0"} 14 "ezjsonm" {>= "1.3.0"} 15 "lwt" {>= "5.3.0"} 16 "odate" {>= "0.6"} 17 "alcotest" {with-test} 18 "alcotest-lwt" {with-test} 19 "ppx_deriving" 20 "odoc" {with-doc} 21] 22conflicts: [ 23 "result" {< "1.5"} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/maiste/terminus.git" 40url { 41 src: 42 "https://github.com/maiste/terminus/releases/download/0.1.0/terminus-0.1.0.tbz" 43 checksum: [ 44 "sha256=6a31c14c76eefa30189206d670797356bfee4cbb869a06b7017cbb19f601505b" 45 "sha512=1ef7f6f25681a84bac90dc8c0c673bc22ec8651139c3672b32857ab9c4c61cfe4fbc8d37c195f31e480df23867ff5c2dcfb8135b8a7f70a55c10fe0825837b04" 46 ] 47} 48x-commit-hash: "3786ea1e6402921bcf31ec01984ccd2ac4de9d77"