package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.0.1.tbz
sha256=e04090c846f005f1cc02c390e963a7efe74c653ce2c5c7fd2e7e30a06ceadcb7
sha512=8c973ccfa1de0ff7173e17dac74ea850446a057866d47c7a100b271c7e440d5e607f1bfaa8fa5b756e0439492276e8c6615fac30cbff9ea900dc8e891f7ba4d3

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 19 Dec 2019

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Especially, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

You can also build it manually with:

$ make
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune --build-dir _boot

The first command build the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just works. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on github.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.06~~"
  5. ocaml >= "4.06" & < "4.12"

Dev Dependencies

None

  1. 0install >= "2.15.1" & < "2.16"
  2. 0install-gtk < "2.16"
  3. ANSITerminal >= "0.8.1"
  4. absolute
  5. abstract_algebra
  6. accessor
  7. accessor_async
  8. accessor_base
  9. accessor_core
  10. acgtk >= "1.4.0" & < "2.0.0"
  11. aches
  12. aches-lwt
  13. acpc >= "2.0.0"
  14. ahrocksdb
  15. aifad >= "2.2.1" & < "2.3.0"
  16. alba >= "0.4.1"
  17. albatross < "1.5.0"
  18. alcotest >= "0.8.5" & < "1.2.3"
  19. alcotest-async >= "0.8.5" & < "1.2.3"
  20. alcotest-lwt >= "0.8.5" & < "1.2.3"
  21. alcotest-mirage < "1.2.3"
  22. alg_structs
  23. alg_structs_qcheck
  24. algaeff
  25. alsa >= "0.3.0"
  26. alt-ergo >= "2.3.0" & < "2.4.3"
  27. alt-ergo-free >= "2.3.3"
  28. alt-ergo-lib < "2.4.3"
  29. alt-ergo-lib-free
  30. alt-ergo-parsers < "2.4.3"
  31. alt-ergo-parsers-free
  32. altgr-ergo >= "2.3.0" & < "2.4.3"
  33. amf >= "0.1.2"
  34. amqp-client >= "2.0.3"
  35. amqp-client-async >= "2.0.3"
  36. amqp-client-lwt >= "2.0.3"
  37. anders
  38. angstrom >= "0.11.1"
  39. angstrom-async >= "0.11.1"
  40. angstrom-lwt-unix >= "0.11.1"
  41. angstrom-unix >= "0.11.1"
  42. ansi < "0.6.0"
  43. anthill
  44. ao >= "0.2.2" & < "0.2.4"
  45. archetype < "1.2.3"
  46. archi < "0.2.0"
  47. archi-async < "0.2.0"
  48. archi-lwt < "0.2.0"
  49. argon2 >= "1.0.0"
  50. arp >= "1.0.0" & < "2.3.1"
  51. arp-mirage
  52. asak
  53. asn1-combinators >= "0.2.2"
  54. async >= "v0.12.0"
  55. async-uri < "0.4.0"
  56. async_durable >= "v0.12.0"
  57. async_extra >= "v0.12.0"
  58. async_find >= "v0.12.0"
  59. async_graphics >= "0.7.0"
  60. async_inotify >= "v0.12.0"
  61. async_interactive >= "v0.12.0"
  62. async_js >= "v0.12.0"
  63. async_kernel >= "v0.12.0"
  64. async_rpc_kernel >= "v0.12.0"
  65. async_rpc_websocket
  66. async_sendfile >= "v0.12.0"
  67. async_shell >= "v0.12.0"
  68. async_smtp >= "v0.12.0"
  69. async_ssl >= "v0.12.0"
  70. async_udp
  71. async_unix >= "v0.12.0"
  72. async_websocket
  73. atd = "2.2.1"
  74. atdgen = "2.2.1"
  75. atdgen-codec-runtime < "2.3.3"
  76. atdgen-runtime = "2.2.1"
  77. atdj = "2.2.1"
  78. atds < "2.3.3"
  79. atomic < "base"
  80. avro
  81. avro-compiler
  82. awa < "0.1.0"
  83. awa-lwt < "0.1.0"
  84. awa-mirage < "0.1.0"
  85. aws-s3 >= "4.0.0"
  86. aws-s3-async >= "4.0.0"
  87. aws-s3-lwt >= "4.0.0"
  88. azblob
  89. azblob-async
  90. azure-cosmos-db < "0.2.0"
  91. babel
  92. bag
  93. bark
  94. base >= "v0.12.0" & < "v0.17.0"
  95. base64 >= "2.3.0" & < "3.5.1"
  96. base_bigstring
  97. base_quickcheck >= "v0.12.1"
  98. base_trie
  99. bastet >= "1.2.4"
  100. batsat < "0.7"
  101. bddrand
  102. bechamel
  103. bechamel-js
  104. bechamel-notty
  105. bechamel-perf
  106. beluga = "1.0"
  107. benchmark >= "1.6"
  108. benchpress
  109. benchpress-server
  110. bencode >= "2.0"
  111. bheap >= "2.0.0"
  112. bidirectional_map
  113. bigarray-compat
  114. bigdecimal
  115. bignum >= "v0.12.0"
  116. bigstring >= "0.3"
  117. bigstring-unix >= "0.3"
  118. bigstringaf >= "0.5.0" & < "0.7.0"
  119. bimage
  120. bimage-display
  121. bimage-gtk
  122. bimage-io
  123. bimage-lwt
  124. bimage-sdl
  125. bimage-unix
  126. bimap
  127. bin_prot >= "v0.12.0"
  128. biniou >= "1.2.1"
  129. biocaml >= "0.9.0"
  130. bisect_ppx >= "1.4.0" & < "2.5.0"
  131. bistro >= "0.5.0"
  132. bistro-bio
  133. bitcoinml >= "0.4.1"
  134. bitlib
  135. bitmasks >= "1.2.0"
  136. bitstring = "3.1.1"
  137. bitv >= "1.4"
  138. bjack >= "0.1.6"
  139. blake2 >= "0.3"
  140. bloomf
  141. bls12-381 < "0.4.1"
  142. bnfgen
  143. bogue < "20210917"
  144. bonsai
  145. bson2
  146. bst >= "6.0.0"
  147. build_path_prefix_map >= "0.3"
  148. builder
  149. bun >= "0.3.4"
  150. bwd
  151. bwrap
  152. bytearray >= "1.0.1"
  153. bytepdf
  154. ca-certs
  155. ca-certs-nss < "3.64.0.1"
  156. cairo2 >= "0.6" & < "0.6.3"
  157. cairo2-gtk
  158. cairo2-pango < "0.6.3"
  159. calculon >= "0.4"
  160. calculon-redis
  161. calculon-redis-lib
  162. calculon-web >= "0.4"
  163. caldav < "0.2.2"
  164. calendar >= "3.0.0"
  165. calendars
  166. callipyge >= "0.2"
  167. camels
  168. camelsnakekebab
  169. camlimages >= "5.0.2" & < "5.0.5"
  170. camlon >= "3.0.0"
  171. camltc >= "0.9.8"
  172. camomile = "1.0.2"
  173. capnp >= "3.3.0" & < "3.5.0"
  174. capnp-rpc >= "0.3.2" & < "1.2.3"
  175. capnp-rpc-lwt >= "0.3.2" & < "1.2.3"
  176. capnp-rpc-mirage >= "0.3.2" & < "1.2.3"
  177. capnp-rpc-net < "1.2.3"
  178. capnp-rpc-unix >= "0.3.2" & < "1.2.3"
  179. caqti >= "1.0.0" & < "2.0.1"
  180. caqti-async >= "1.0.0" & < "2.0.1"
  181. caqti-driver-mariadb >= "1.0.0" & < "2.0.1"
  182. caqti-driver-pgx < "2.1.1"
  183. caqti-driver-postgresql >= "1.0.0" & < "2.0.1"
  184. caqti-driver-sqlite3 >= "1.0.0" & < "2.0.1"
  185. caqti-dynload >= "1.0.0" & < "2.0.1"
  186. caqti-lwt >= "1.0.0" & < "2.0.1"
  187. caqti-type-calendar >= "1.0.0" & < "2.0.1"
  188. catapult
  189. catapult-client
  190. catapult-daemon
  191. catapult-file
  192. catapult-sqlite
  193. cbor >= "0.3"
  194. cconv >= "0.5"
  195. cconv-ppx
  196. cdrom >= "0.9.4"
  197. certify >= "0.3.0"
  198. cfg >= "2.2.0" & < "2.3.0"
  199. cfml
  200. cfstream >= "1.3.1"
  201. chacha
  202. charInfo_width
  203. charrua
  204. charrua-client >= "0.11.2"
  205. charrua-client-lwt >= "0.11.2"
  206. charrua-client-mirage >= "0.11.2"
  207. charrua-core >= "0.11.2"
  208. charrua-server
  209. charrua-unix >= "0.11.2"
  210. chartjs
  211. chartjs-annotation
  212. chartjs-colorschemes
  213. chartjs-datalabels
  214. chartjs-streaming
  215. chase
  216. checkseum >= "0.0.3" & < "0.2.1"
  217. choice >= "0.4"
  218. cinaps >= "v0.12.0"
  219. clangml >= "4.0.0" & < "4.8.0"
  220. clangml-transforms >= "0.24"
  221. clap < "0.2.0"
  222. clarity >= "0.4.0"
  223. clz
  224. cmarker
  225. codept = "0.10.3"
  226. cohttp >= "1.1.1" & < "6.0.0~alpha0"
  227. cohttp-async >= "1.1.1" & < "6.0.0~alpha0"
  228. cohttp-lwt >= "1.1.1" & < "6.0.0~alpha0"
  229. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0~alpha0"
  230. cohttp-lwt-unix >= "1.1.1" & < "6.0.0~alpha0"
  231. cohttp-lwt-unix-nossl
  232. cohttp-lwt-unix-ssl
  233. cohttp-mirage >= "1.1.1" & < "6.0.0~alpha0"
  234. cohttp-top >= "1.1.1" & < "6.0.0~alpha0"
  235. cohttp_async_websocket
  236. cohttp_static_handler
  237. coin >= "0.1.1"
  238. colombe
  239. color >= "0.2.0"
  240. color-brewery
  241. combinat < "3.0"
  242. command_rpc >= "v0.12.0"
  243. conduit >= "1.3.0"
  244. conduit-async >= "1.3.0"
  245. conduit-async-ssl
  246. conduit-async-tls
  247. conduit-lwt >= "1.3.0"
  248. conduit-lwt-ssl
  249. conduit-lwt-tls
  250. conduit-lwt-unix >= "1.3.0"
  251. conduit-mirage
  252. conduit-tls
  253. conex >= "0.10.0"
  254. conex-mirage-crypto
  255. conex-nocrypto
  256. containers >= "2.4" & < "3.13"
  257. containers-data < "3.13"
  258. containers-thread
  259. content_security_policy
  260. cookie
  261. coq-of-ocaml < "2.4.1"
  262. coq-serapi >= "8.9.0+0.6.0"
  263. core >= "v0.12.0"
  264. core_bench >= "v0.12.0"
  265. core_compat
  266. core_extended >= "v0.12.0"
  267. core_kernel >= "v0.12.3"
  268. core_profiler >= "v0.12.0"
  269. core_unix
  270. cow = "2.4.0"
  271. cowabloga >= "0.5.0"
  272. cpm >= "5.0.0" & < "12.1.2"
  273. cppo >= "1.6.6"
  274. cppo_ocamlbuild >= "1.6.6"
  275. cpu
  276. cpuid >= "0.1.2"
  277. crc >= "2.1.0"
  278. crlibm >= "0.3"
  279. crontab
  280. crowbar = "0.2"
  281. crunch >= "2.2.0" & < "3.3.0"
  282. cry = "0.6.5"
  283. cryptokit = "1.16.1"
  284. csexp < "1.1.0" | >= "1.3.2" & < "1.5.2"
  285. cstruct >= "3.3.0"
  286. cstruct-async >= "3.3.0"
  287. cstruct-lwt >= "3.3.0"
  288. cstruct-sexp
  289. cstruct-unix >= "3.3.0"
  290. csv >= "2.2"
  291. csv-lwt >= "2.1"
  292. csvfields >= "v0.12.0"
  293. csvtool
  294. ctypes-zarith
  295. cudf >= "0.10"
  296. cuid >= "0.2"
  297. current < "0.6"
  298. current_ansi
  299. current_docker < "0.6"
  300. current_examples < "0.6"
  301. current_git < "0.6"
  302. current_github < "0.6"
  303. current_incr < "0.6.0"
  304. current_rpc < "0.6"
  305. current_slack < "0.6"
  306. current_web < "0.6"
  307. curses = "1.0.9"
  308. curve-sampling
  309. cviode
  310. cwe_checker
  311. DrawGrammar >= "0.2.2"
  312. daft >= "0.0.4"
  313. data-encoding < "1.0.0"
  314. dataframe
  315. datakit >= "0.12.2"
  316. datakit-bridge-github >= "0.12.2"
  317. datakit-bridge-local-git >= "0.12.2"
  318. datakit-ci >= "0.12.2"
  319. datakit-client >= "0.12.2"
  320. datakit-client-9p >= "0.12.2"
  321. datakit-client-git >= "0.12.2"
  322. datakit-github >= "0.12.2"
  323. datakit-server >= "0.12.2"
  324. datakit-server-9p >= "0.12.2"
  325. datalog >= "0.6"
  326. daypack-lib
  327. dbf < "0.1.1"
  328. debian-formats >= "0.1.2"
  329. decoders >= "0.1.2" & < "1.0.0"
  330. decoders-bencode < "1.0.0"
  331. decoders-cbor < "1.0.0"
  332. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  333. decoders-jsonm < "1.0.0"
  334. decoders-msgpck < "1.0.0"
  335. decoders-sexplib < "1.0.0"
  336. decoders-yojson >= "0.1.2" & < "1.0.0"
  337. decompress >= "0.8.1" & < "1.3.0"
  338. dedent
  339. dedukti >= "2.7"
  340. delimited_parsing >= "v0.12.0"
  341. depyt >= "0.3.0"
  342. devkit >= "1.0"
  343. diet >= "0.2"
  344. diffable
  345. digestif >= "0.7" & < "0.8.1"
  346. disml
  347. dispatch >= "0.4.1"
  348. dispatch-js >= "0.4.1"
  349. distributed >= "0.6.0"
  350. distributed-lwt >= "0.2.0"
  351. distributed-uwt >= "0.2.0"
  352. dkim
  353. dkim-bin
  354. dkim-mirage
  355. dlm >= "0.3.1"
  356. dns >= "1.1.0"
  357. dns-async >= "1.1.0"
  358. dns-certify
  359. dns-cli
  360. dns-client
  361. dns-client-lwt
  362. dns-client-mirage
  363. dns-lwt >= "1.1.0"
  364. dns-lwt-unix >= "1.1.0"
  365. dns-mirage
  366. dns-resolver
  367. dns-server
  368. dns-stub
  369. dns-tsig
  370. dnssec
  371. docker-api >= "0.2" & < "0.2.2"
  372. docker_hub
  373. dockerfile >= "6.0.0" & < "8.1.0"
  374. dockerfile-cmd >= "6.0.0" & < "8.1.0"
  375. dockerfile-opam >= "6.0.0" & < "8.1.0"
  376. dokeysto >= "3.0.1"
  377. dokeysto_camltc >= "3.0.1"
  378. dokeysto_lz4 >= "3.0.2"
  379. dolmen = "0.4.1"
  380. dolog >= "4.0.0"
  381. domain-name >= "0.1.2"
  382. domainslib < "0.5.0"
  383. dot-merlin-reader < "3.5.0"
  384. dotenv
  385. dream-cli < "0.2.0"
  386. dream-encoding < "0.2.0"
  387. dream-livereload < "0.2.0"
  388. dream-serve
  389. dropbox >= "0.2"
  390. dropbox_lwt_unix
  391. dssi = "0.1.3"
  392. dtoa >= "0.3.2"
  393. dtools = "0.4.2"
  394. duff >= "0.2"
  395. dum >= "1.0.2"
  396. dune-action-plugin < "2.3.0"
  397. dune-build-info < "2.3.0"
  398. dune-configurator >= "1.11.4" & < "2.3.0"
  399. dune-glob < "2.3.0"
  400. dune-private-libs < "2.3.0"
  401. dune-release >= "1.0.0" & < "1.4.0"
  402. duppy = "0.9.0"
  403. duration >= "0.1.2"
  404. earley = "2.0.0"
  405. earlybird < "1.0.0"
  406. easy-format = "1.3.2"
  407. easy_logging
  408. easy_logging_yojson
  409. ecaml >= "v0.12.0"
  410. edn = "0.1.6-1-gff9db95"
  411. eigen >= "0.1.0"
  412. eio-ssl < "0.1.1"
  413. either
  414. elasticsearch-cli >= "0.5"
  415. electrod >= "0.2.1" & < "1.0.0"
  416. elpi >= "1.3.1" & < "1.11.1"
  417. email_message >= "v0.12.0"
  418. emile >= "0.4"
  419. encore >= "0.3"
  420. env_config
  421. epictetus
  422. eqaf >= "0.2"
  423. erssical >= "1.1.0"
  424. esgg
  425. ethernet
  426. euler
  427. exenum >= "0.86"
  428. exit
  429. expect_test_helpers >= "v0.12.0"
  430. expect_test_helpers_async
  431. expect_test_helpers_core
  432. expect_test_helpers_kernel >= "v0.12.0"
  433. extlib >= "1.7.9"
  434. ez_pgocaml
  435. ezcurl
  436. ezcurl-lwt
  437. ezdl
  438. ezgzip >= "0.2.3"
  439. ezjs_ace
  440. ezjs_blockies
  441. ezjs_cleave
  442. ezjs_crypto
  443. ezjs_cytoscape
  444. ezjs_d3pie
  445. ezjs_extension
  446. ezjs_fetch < "0.3"
  447. ezjs_idb < "0.1.1"
  448. ezjs_jquery
  449. ezjs_min < "0.2.2"
  450. ezjs_odometer
  451. ezjs_push
  452. ezjs_qrcode
  453. ezjs_recaptcha
  454. ezjs_timeline
  455. ezjsonm >= "1.0.0"
  456. ezjsonm-lwt >= "1.0.0"
  457. ezresto
  458. ezresto-directory
  459. ezsqlite >= "0.4.2"
  460. ezxenstore >= "0.4.1"
  461. ezxmlm >= "1.1.0"
  462. faad = "0.5.0"
  463. facteur
  464. faraday >= "0.7.1"
  465. faraday-async >= "0.7.1"
  466. faraday-lwt >= "0.7.1"
  467. faraday-lwt-unix >= "0.7.1"
  468. farmhash >= "0.4"
  469. fasmifra
  470. fat-filesystem >= "0.13.0"
  471. fd-send-recv >= "2.0.1"
  472. fdkaac = "0.3.2"
  473. feat
  474. feat-core
  475. feat-num
  476. ff < "0.6.0"
  477. ff-pbt < "0.6.0"
  478. ff-sig < "0.6.0"
  479. ffmpeg = "1.0.0~beta1"
  480. ffmpeg-av < "1.0.0~beta2"
  481. ffmpeg-avcodec < "1.0.0~beta2"
  482. ffmpeg-avdevice < "1.0.0~beta2"
  483. ffmpeg-avfilter < "1.0.0~beta2"
  484. ffmpeg-avutil < "1.0.0~beta2"
  485. ffmpeg-swresample < "1.0.0~beta2"
  486. ffmpeg-swscale < "1.0.0~beta2"
  487. fftw3 >= "0.8.2"
  488. fiat-p256 < "0.2.2"
  489. fieldslib >= "v0.12.0"
  490. file_path
  491. fileutils >= "0.6.1"
  492. fit
  493. fix >= "20181206"
  494. flac = "0.3.0"
  495. flex-array
  496. fmlib < "0.5.3"
  497. fmlib_js >= "0.3.0" & < "0.5.3"
  498. fmlib_parse < "0.5.3"
  499. fmlib_pretty < "0.5.3"
  500. fmlib_std < "0.5.3"
  501. freetds >= "0.7"
  502. frei0r >= "0.1.2"
  503. frenetic >= "5.0.5"
  504. fswatch
  505. fswatch_async
  506. fswatch_lwt
  507. functoria >= "2.2.2" & < "4.0.0~beta1"
  508. functoria-runtime >= "2.2.2" & != "2.2.5" & < "4.0.0~beta1"
  509. fuzzy_compare
  510. fuzzy_match
  511. fzf
  512. General >= "0.6.0"
  513. gapi-ocaml >= "0.3.7"
  514. gbddml
  515. gdbprofiler >= "0.4"
  516. gemini >= "0.3.0"
  517. gen >= "0.5.2"
  518. gen_js_api >= "1.0.6" & < "1.0.8"
  519. genprint
  520. genspir >= "1.0.0"
  521. get_line >= "7.0.0"
  522. gettext >= "0.4.1"
  523. gettext-camomile
  524. gettext-stub
  525. git >= "2.0.0" & < "3.0.0"
  526. git-http >= "2.0.0"
  527. git-mirage >= "2.0.0" & < "3.0.0"
  528. git-unix >= "2.0.0" & < "3.0.0"
  529. github >= "4.0.0" & < "4.4.0"
  530. github-hooks >= "0.4.0"
  531. github-hooks-unix >= "0.4.0"
  532. github-jsoo >= "4.0.0" & < "4.4.0"
  533. github-unix >= "4.0.0" & < "4.4.0"
  534. glfw-ocaml
  535. gluten < "0.5.0"
  536. gluten-async < "0.5.0"
  537. gluten-eio < "0.5.0"
  538. gluten-lwt < "0.5.0"
  539. gluten-lwt-unix < "0.5.0"
  540. gluten-mirage < "0.5.0"
  541. gmap >= "0.2.1"
  542. gnuplot >= "0.6"
  543. gobba
  544. gobject-introspection
  545. google-drive-ocamlfuse >= "0.6.26"
  546. gopcaml-mode >= "0.0.2" & < "0.0.6"
  547. gperftools >= "0.4"
  548. gpr >= "1.4.0"
  549. gr
  550. graphics >= "5.0.0" & < "5.1.1"
  551. graphql >= "0.8.0"
  552. graphql-async >= "0.8.0"
  553. graphql-cohttp >= "0.9.0"
  554. graphql-lwt >= "0.8.0"
  555. graphql_parser >= "0.9.0"
  556. graphql_ppx = "0.7.1"
  557. gremlin
  558. grenier >= "0.8" & < "0.15"
  559. grid
  560. gsl >= "1.24.0" & < "1.25.0"
  561. gstreamer >= "0.3.1"
  562. h2 < "0.10.0"
  563. h2-async < "0.10.0"
  564. h2-lwt < "0.10.0"
  565. h2-lwt-unix < "0.10.0"
  566. h2-mirage < "0.10.0"
  567. hack_parallel >= "1.0.0"
  568. hacl >= "0.3"
  569. hacl-star
  570. hacl-star-raw >= "0.5.0"
  571. hacl_x25519 < "0.2.1"
  572. happy-eyeballs
  573. happy-eyeballs-lwt
  574. happy-eyeballs-mirage
  575. hardcaml >= "v0.12.0"
  576. hardcaml_axi
  577. hardcaml_c
  578. hardcaml_circuits
  579. hardcaml_fixed_point
  580. hardcaml_handshake
  581. hardcaml_of_verilog
  582. hardcaml_step_testbench
  583. hardcaml_verify
  584. hardcaml_verilator
  585. hardcaml_waveterm
  586. hardcaml_xilinx
  587. hardcaml_xilinx_components
  588. hardcaml_xilinx_reports
  589. hashids >= "1.0.1"
  590. haxe >= "4.1.1"
  591. hc < "0.2"
  592. hdf5 >= "0.1.5"
  593. headache >= "1.04" & < "1.07"
  594. herdtools7 >= "7.55" & < "7.57"
  595. hex >= "1.3.0"
  596. hex_encode
  597. hg_lib
  598. hidapi >= "1.1"
  599. hidapi-lwt
  600. higher_kinded
  601. hkdf >= "1.0.3"
  602. hl_yaml
  603. hockmd
  604. horned_worm >= "0.3.4"
  605. hpack < "0.10.0"
  606. hts_shrink >= "2.0.0" & < "2.1.2"
  607. http-lwt-client
  608. httpaf >= "0.6.0"
  609. httpaf-async >= "0.6.0"
  610. httpaf-lwt-unix
  611. hvsock >= "2.0.0"
  612. hxd < "0.3.0"
  613. ISO8601 >= "0.2.6"
  614. i3ipc >= "0.1.4"
  615. icalendar
  616. idd
  617. idds
  618. incr_dom >= "v0.12.0"
  619. incr_dom_interactive
  620. incr_dom_keyboard
  621. incr_dom_partial_render
  622. incr_dom_sexp_form
  623. incr_dom_widgets >= "v0.12.0"
  624. incr_map >= "v0.12.0"
  625. incr_select >= "v0.12.0"
  626. incremental >= "v0.12.0"
  627. indentation_buffer
  628. index < "1.3.0"
  629. inferno >= "20190924" & < "20211222"
  630. influxdb
  631. influxdb-async
  632. influxdb-lwt
  633. inquire < "0.3.0"
  634. int_repr
  635. integers >= "0.3.0"
  636. integers_stubs_js
  637. integration1d >= "0.5.1"
  638. interface-prime
  639. interface-prime-lwt
  640. interval >= "1.5" & < "1.6"
  641. interval-map
  642. interval_base < "1.6"
  643. interval_crlibm
  644. interval_intel
  645. io-page >= "2.1.0" & < "2.4.0"
  646. io-page-unix >= "2.1.0"
  647. io-page-xen >= "2.1.0"
  648. iostream
  649. iostream-camlzip
  650. ipaddr >= "2.9.0"
  651. ipaddr-cstruct
  652. ipaddr-sexp
  653. irc-client >= "0.6.2"
  654. irc-client-lwt >= "0.6.2"
  655. irc-client-lwt-ssl
  656. irc-client-tls >= "0.6.2"
  657. irc-client-unix >= "0.6.2"
  658. irmin >= "2.0.0" & < "2.3.0"
  659. irmin-chunk >= "2.0.0" & < "2.3.0"
  660. irmin-fs >= "2.0.0" & < "2.3.0"
  661. irmin-git >= "2.0.0" & < "2.3.0"
  662. irmin-graphql < "2.3.0"
  663. irmin-http >= "2.0.0" & < "2.3.0"
  664. irmin-indexeddb >= "2.0"
  665. irmin-mem >= "2.0.0" & < "2.3.0"
  666. irmin-mirage >= "2.0.0" & < "2.3.0"
  667. irmin-mirage-git < "2.3.0"
  668. irmin-mirage-graphql < "2.3.0"
  669. irmin-pack < "2.3.0"
  670. irmin-test < "2.3.0"
  671. irmin-unix >= "2.0.0" & < "2.3.0"
  672. iso639
  673. iter
  674. itv-tree >= "2.2"
  675. JsOfOCairo >= "2.0.0"
  676. jane-street-headers >= "v0.12.0"
  677. jane_rope
  678. janestreet_cpuid
  679. janestreet_csv
  680. janestreet_lru_cache
  681. jemalloc >= "0.2"
  682. jerboa
  683. jhupllib >= "0.2.1"
  684. jingoo >= "1.3.0"
  685. jose < "0.6.0"
  686. js_of_ocaml >= "3.3.0" & < "3.6.0"
  687. js_of_ocaml-compiler >= "3.3.0" & < "3.6.0"
  688. js_of_ocaml-lwt >= "3.3.0" & < "3.6.0"
  689. js_of_ocaml-ocamlbuild >= "3.5.0" & < "3.6.0"
  690. js_of_ocaml-ppx >= "3.3.0" & < "3.6.0"
  691. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "3.6.0"
  692. js_of_ocaml-toplevel >= "3.3.0" & < "3.6.0"
  693. js_of_ocaml-tyxml >= "3.3.0" & < "3.6.0"
  694. js_of_ocaml_patches
  695. json-data-encoding < "1.0.0"
  696. json-data-encoding-browser < "1.0.0"
  697. json-data-encoding-bson < "1.0.0"
  698. json_decoder
  699. jsonaf
  700. jsonxt
  701. jsoo_broadcastchannel >= "2.0.0"
  702. jsoo_storage >= "1.0.1"
  703. jst-config
  704. junit >= "2.0.1"
  705. junit_alcotest >= "2.0.1"
  706. junit_ounit >= "2.0.1"
  707. jupyter >= "2.3.2"
  708. jupyter-archimedes >= "2.3.2" & < "2.7.3"
  709. jupyter-kernel >= "0.4"
  710. jwto < "0.4.0"
  711. kafka >= "0.5"
  712. kafka_async
  713. kafka_lwt
  714. kappa-agents
  715. kappa-binaries
  716. kappa-library
  717. kappa-server
  718. kcas < "0.1.6"
  719. ke
  720. key-parsers >= "0.10.0"
  721. kicadsch >= "0.4.0"
  722. kind2 < "1.5.0"
  723. kinetic-client >= "0.0.11"
  724. krb
  725. lablgtk3 >= "3.0.beta4"
  726. lablgtk3-goocanvas2
  727. lablgtk3-gtkspell3
  728. lablgtk3-rsvg2
  729. lablgtk3-sourceview3
  730. lablqml >= "0.6" & < "0.7"
  731. labrys
  732. lacaml >= "11.0.2" & < "11.0.10"
  733. ladspa = "0.2.0"
  734. lambda-runtime
  735. lambda-term >= "2.0" & < "3.3.0"
  736. lambdasoup >= "0.6.4" & < "0.7.3"
  737. lame >= "0.3.4" & < "0.3.6"
  738. lascar >= "0.6-alpha" & < "0.7.0"
  739. lastfm = "0.3.3"
  740. launchd >= "1.3"
  741. lazy-trie >= "1.2.0"
  742. lbfgs >= "0.9.1"
  743. lbvs_consent >= "2.1.0"
  744. ldap = "2.4.1"
  745. learn-ocaml < "0.13.0"
  746. learn-ocaml-client < "0.13.0"
  747. ledgerwallet < "0.2.1"
  748. ledgerwallet-tezos < "0.2.1"
  749. lens >= "1.2.3"
  750. let-if >= "0.2.0"
  751. letsencrypt
  752. letsencrypt-app
  753. letsencrypt-dns
  754. letsencrypt-mirage
  755. leveldb >= "1.3.0"
  756. libabsolute
  757. libsvm >= "0.10.0"
  758. libzipperposition
  759. line-up-words >= "v0.12.0"
  760. line_oriented
  761. linenoise >= "1.2.0"
  762. links >= "0.9" & < "0.9.5"
  763. links-mysql < "0.9.5"
  764. links-postgresql >= "0.9" & < "0.9.5"
  765. links-sqlite3 < "0.9.5"
  766. linol
  767. linol-lwt
  768. linwrap
  769. lmdb >= "1.0"
  770. lo >= "0.2.0"
  771. logical
  772. logs-async < "1.3"
  773. logs-async-reporter < "1.3"
  774. logs-syslog >= "0.2.0"
  775. logtk >= "1.5.1"
  776. lpd >= "1.2.2"
  777. lru >= "0.3.0"
  778. lru_cache >= "v0.16.0"
  779. lustre-v6 >= "6.103.3"
  780. lutils >= "1.51.2"
  781. lutin >= "2.71.10"
  782. luv < "0.5.13"
  783. luv_unix
  784. lwd < "0.2"
  785. lwt >= "4.2.0"
  786. lwt-canceler
  787. lwt-dllist
  788. lwt-exit
  789. lwt-parallel >= "1.0.0"
  790. lwt-pipe
  791. lwt-pipeline >= "0.2"
  792. lwt-watcher
  793. lwt_domain
  794. lwt_glib >= "1.1.1"
  795. lwt_log >= "1.1.1"
  796. lwt_ppx >= "1.2.2"
  797. lwt_ppx_let
  798. lwt_react >= "1.1.2"
  799. lwt_ssl >= "1.1.3"
  800. lz4 >= "1.2.0"
  801. lz4_chans
  802. macaddr
  803. macaddr-cstruct
  804. macaddr-sexp
  805. mad = "0.5.0"
  806. magic-mime >= "1.1.2"
  807. magic-trace
  808. malfunction >= "0.3" & < "0.5"
  809. man_in_the_middle_debugger
  810. markdown
  811. markup >= "0.8.0" & < "1.0.0-1"
  812. markup-lwt
  813. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  814. matplotlib
  815. mc2
  816. mccs >= "1.1+10"
  817. md2mld < "0.7.0"
  818. mdx < "1.8.0"
  819. mechaml >= "1.1.0"
  820. memcad >= "1.1.0"
  821. memo
  822. memprof-limits
  823. memtrace_viewer >= "v0.15.0"
  824. menhir = "20200123"
  825. menhirLib < "20211125"
  826. menhirSdk < "20211125"
  827. merge-fmt
  828. merlin >= "3.2.1" & != "3.3.5" & < "4.1-411"
  829. merlin-extend >= "0.4"
  830. mesh >= "0.9.5"
  831. mesh-easymesh >= "0.9.5"
  832. mesh-graphics >= "0.9.5"
  833. mesh-triangle >= "0.9.5"
  834. metapp < "0.4.4"
  835. metaquot < "0.5.2"
  836. metrics
  837. metrics-influx
  838. metrics-lwt
  839. metrics-mirage
  840. metrics-rusage
  841. metrics-unix
  842. mew
  843. mew_vi
  844. mindstorm >= "0.8"
  845. mindstorm-lwt
  846. minicaml
  847. minicli >= "5.0.2"
  848. minisat >= "0.3"
  849. mirage >= "3.3.0" & < "4.0.0~beta1"
  850. mirage-block >= "1.2.0"
  851. mirage-block-combinators
  852. mirage-block-lwt >= "1.2.0"
  853. mirage-block-ramdisk >= "0.4"
  854. mirage-block-solo5 >= "0.6.0"
  855. mirage-block-unix >= "2.11.0"
  856. mirage-block-xen >= "1.6.0"
  857. mirage-bootvar-solo5 >= "0.6.0"
  858. mirage-bootvar-unix
  859. mirage-bootvar-xen >= "0.6.0"
  860. mirage-channel >= "3.2.0"
  861. mirage-channel-lwt >= "3.2.0"
  862. mirage-clock >= "2.0.0" & < "4.1.0"
  863. mirage-clock-freestanding >= "2.0.0" & < "4.1.0"
  864. mirage-clock-lwt >= "2.0.0"
  865. mirage-clock-unix >= "2.0.0" & < "4.1.0"
  866. mirage-conduit = "1.3.0" | >= "3.1.0"
  867. mirage-console >= "2.4.0"
  868. mirage-console-lwt >= "2.4.0"
  869. mirage-console-solo5 >= "0.6.0"
  870. mirage-console-unix >= "2.4.1"
  871. mirage-console-xen >= "2.4.0"
  872. mirage-console-xen-backend >= "2.4.0"
  873. mirage-console-xen-proto >= "2.4.0"
  874. mirage-crypto < "0.8.6"
  875. mirage-crypto-entropy
  876. mirage-crypto-pk < "0.8.6"
  877. mirage-crypto-rng < "0.8.6"
  878. mirage-crypto-rng-mirage < "0.8.6"
  879. mirage-device >= "1.2.0"
  880. mirage-dns >= "3.1.0"
  881. mirage-entropy >= "0.5.1"
  882. mirage-flow >= "1.6.0"
  883. mirage-flow-combinators
  884. mirage-flow-lwt >= "1.6.0"
  885. mirage-flow-rawlink >= "1.1.0"
  886. mirage-flow-unix >= "1.6.0"
  887. mirage-fs >= "1.2.0"
  888. mirage-fs-lwt >= "1.2.0"
  889. mirage-fs-mem
  890. mirage-fs-unix >= "1.6.0"
  891. mirage-kv >= "2.0.0"
  892. mirage-kv-lwt >= "2.0.0"
  893. mirage-kv-mem
  894. mirage-kv-unix < "3.0.0"
  895. mirage-logs >= "1.0.0" & < "2.0.0"
  896. mirage-monitoring
  897. mirage-nat >= "1.1.0"
  898. mirage-net >= "2.0.0"
  899. mirage-net-lwt >= "2.0.0"
  900. mirage-net-macosx >= "1.5.0"
  901. mirage-net-solo5 >= "0.4.3"
  902. mirage-net-unix >= "2.5.0"
  903. mirage-net-xen >= "1.9.0"
  904. mirage-profile >= "0.9.0"
  905. mirage-profile-unix >= "0.9.0"
  906. mirage-profile-xen >= "0.9.0"
  907. mirage-protocols >= "2.0.0"
  908. mirage-protocols-lwt >= "2.0.0"
  909. mirage-qubes >= "0.7.0"
  910. mirage-qubes-ipv4 >= "0.7.0"
  911. mirage-random >= "1.2.0"
  912. mirage-random-stdlib
  913. mirage-random-test
  914. mirage-runtime >= "3.3.0" & < "4.0.0~beta1"
  915. mirage-solo5 >= "0.6.2" & < "0.6.4"
  916. mirage-stack >= "1.4.0"
  917. mirage-stack-lwt >= "1.4.0"
  918. mirage-time >= "1.3.0"
  919. mirage-time-lwt >= "1.3.0"
  920. mirage-time-unix >= "1.3.0"
  921. mirage-types >= "3.3.0"
  922. mirage-types-lwt >= "3.3.0"
  923. mirage-unix >= "3.2.0"
  924. mirage-vnetif >= "0.4.2"
  925. mirage-vnetif-stack
  926. mirage-xen >= "3.2.0" & < "6.0.0"
  927. mkaudio >= "1.1.0"
  928. mkocaml
  929. mlfenv
  930. mlmpfr >= "4.0.2+dune" & < "4.1.0+bugfix1"
  931. mlpost-lablgtk
  932. mlt_parser >= "v0.12.0"
  933. mm >= "0.7.0" & < "0.7.2"
  934. mmap
  935. mmdb
  936. mock >= "0.1.1"
  937. mock-ounit >= "0.1.1"
  938. molenc
  939. monolith
  940. morbig >= "0.10.3" & < "0.11.0"
  941. morsmall
  942. moss >= "0.1.1"
  943. mparser >= "1.3"
  944. mparser-pcre
  945. mparser-re
  946. mperf
  947. mpg123 < "0.3"
  948. mpp >= "0.3.4"
  949. mpris >= "0.2.0"
  950. mpris-clients
  951. mrmime < "0.4.0"
  952. mrt-format >= "0.3.1"
  953. msat >= "0.8"
  954. msat-bin
  955. msgpck >= "1.5"
  956. msgpck-repr
  957. mssql
  958. mugen
  959. multipart-form-data >= "0.3.0"
  960. multipart_form
  961. multipart_form-cohttp-lwt
  962. multipart_form-eio
  963. multipart_form-lwt
  964. murmur3 >= "0.3"
  965. mustache = "3.1.0"
  966. mutf8
  967. mwt
  968. mysql8
  969. n_ary
  970. naboris
  971. nacc
  972. nbd = "4.0.3"
  973. netchannel >= "1.9.0"
  974. netkat
  975. netlink >= "0.3.4"
  976. netsnmp
  977. nice_parser
  978. nocoiner
  979. noise
  980. nottui < "0.2"
  981. nottui-lwt < "0.2"
  982. nottui-pretty < "0.2"
  983. notty >= "0.2.3"
  984. notty_async >= "v0.12.0"
  985. npy >= "0.0.9"
  986. nsq >= "0.4.0"
  987. numeric_string
  988. nuscr < "2.0.0"
  989. obeam
  990. obus >= "1.2.0"
  991. ocal >= "0.2.2"
  992. ocaml-compiler-libs >= "v0.12.0" & != "v0.12.4"
  993. ocaml-embed-file
  994. ocaml-lua >= "1.8"
  995. ocaml-migrate-parsetree >= "1.2.0" & < "2.2.0"
  996. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  997. ocaml-monadic = "0.4.1"
  998. ocaml-print-intf
  999. ocaml-probes
  1000. ocaml-protoc >= "2.0.1"
  1001. ocaml-protoc-plugin < "4.3.1"
  1002. ocaml-r >= "0.1.1" & < "0.4.0"
  1003. ocaml-syntax-shims
  1004. ocaml-systemd >= "1.3"
  1005. ocaml-top >= "1.2.0"
  1006. ocaml-vdom < "transition"
  1007. ocaml-version >= "1.0.0" & < "3.6.0"
  1008. ocaml_db_model
  1009. ocaml_intrinsics
  1010. ocaml_pgsql_model
  1011. ocaml_plugin >= "v0.12.0"
  1012. ocamlapi
  1013. ocamlapi_async
  1014. ocamlapi_lwt_unix
  1015. ocamlapi_ppx
  1016. ocamlcodoc
  1017. ocamlformat >= "0.7" & < "0.14.0"
  1018. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1019. ocamlgraph >= "2.0.0"
  1020. ocamlgraph_gtk
  1021. ocamline
  1022. ocb
  1023. ocolor
  1024. ocp-browser >= "1.1.9"
  1025. ocp-indent >= "1.7.0"
  1026. ocp-indent-nlfork >= "1.5.4"
  1027. ocp-index >= "1.1.9"
  1028. ocplib-endian >= "1.1"
  1029. ocplib-json-typed >= "0.7"
  1030. ocplib-json-typed-browser
  1031. ocplib-json-typed-bson
  1032. ocplib-simplex >= "0.5"
  1033. octavius >= "1.2.2"
  1034. odash
  1035. odepack >= "0.6.9"
  1036. odnnr
  1037. odoc >= "1.4.0" & < "2.0.0"
  1038. of_json
  1039. offheap
  1040. ogg = "0.6.0" | = "0.7.0"
  1041. ojs < "1.0.8"
  1042. olinq >= "0.3"
  1043. omd = "2.0.0~alpha2"
  1044. omg
  1045. omigrate < "0.3.1"
  1046. omlr
  1047. opam-0install < "0.4.2"
  1048. opam-0install-cudf < "0.4.2"
  1049. opam-build
  1050. opam-client >= "2.0.2"
  1051. opam-core >= "2.0.2"
  1052. opam-custom-install
  1053. opam-devel >= "2.0.2"
  1054. opam-ed >= "0.4"
  1055. opam-file-format >= "2.1.0" & < "2.1.5"
  1056. opam-format >= "2.0.2"
  1057. opam-graph
  1058. opam-grep >= "0.2.0"
  1059. opam-installer >= "2.0.2"
  1060. opam-package-upgrade >= "0.2"
  1061. opam-publish >= "2.0.2"
  1062. opam-repository >= "2.0.2"
  1063. opam-solver >= "2.0.2"
  1064. opam-state >= "2.0.2"
  1065. opam-test
  1066. opam2web >= "2.0"
  1067. opasswd >= "1.3.1"
  1068. opazl
  1069. openai-gym
  1070. opencc0
  1071. opencc1
  1072. opencc1_1
  1073. openQASM
  1074. opium >= "0.17.0"
  1075. opium-graphql
  1076. opium-testing
  1077. opium_kernel >= "0.17.0"
  1078. oplot = "0.50"
  1079. oplsr
  1080. optal
  1081. opti
  1082. optimization1d >= "0.6.1"
  1083. optint >= "0.0.2"
  1084. opus = "0.2.0"
  1085. oraft < "0.3.0"
  1086. oranger >= "2.0.1"
  1087. ordinal_abbreviation
  1088. ordma >= "0.0.5"
  1089. orec >= "1.0.1"
  1090. orewa
  1091. orpie
  1092. orrandomForest
  1093. orsvm_e1071 >= "4.0.0"
  1094. orun
  1095. orxgboost >= "1.1.0"
  1096. oseq >= "0.2"
  1097. oskel
  1098. osx-secure-transport >= "0.1.1"
  1099. otf
  1100. otoml
  1101. otr >= "0.3.6"
  1102. ounit = "2.1.2"
  1103. ounit-lwt < "2.2.0"
  1104. ounit2 < "2.2.7"
  1105. ounit2-lwt < "2.2.7"
  1106. override < "0.4.0"
  1107. owee >= "0.3"
  1108. owl >= "0.4.0"
  1109. owl-base >= "0.4.0"
  1110. owl-jupyter
  1111. owl-ode
  1112. owl-ode-base
  1113. owl-ode-odepack
  1114. owl-ode-sundials
  1115. owl-opt
  1116. owl-opt-lbfgs
  1117. owl-plplot
  1118. owl-symbolic
  1119. owl-top >= "0.4.0"
  1120. owl-zoo >= "0.4.0"
  1121. owork
  1122. ozulip
  1123. p4pp
  1124. pacomb
  1125. paf
  1126. paf-cohttp
  1127. paf-le
  1128. pam
  1129. pandoc < "0.2.1"
  1130. pandoc-abbreviations < "0.2.1"
  1131. pandoc-comment < "0.2.1"
  1132. pandoc-crossref < "0.2.1"
  1133. pandoc-include < "0.2.1"
  1134. pandoc-inspect < "0.2.1"
  1135. pandoc-pdf2png < "0.2.1"
  1136. pandoc-replace < "0.2.1"
  1137. papi >= "0.1.1"
  1138. parany >= "7.0.2"
  1139. pardi
  1140. parmap >= "1.1.1" & < "1.2.3"
  1141. parse-argv >= "0.2.0"
  1142. parsexp >= "v0.12.0"
  1143. parsexp_io >= "v0.12.0"
  1144. parsley
  1145. patch < "2.0.0"
  1146. patdiff >= "v0.12.1"
  1147. patience_diff >= "v0.12.0"
  1148. pattern
  1149. pb
  1150. pb-plugin
  1151. pbkdf >= "1.0.0"
  1152. pbrt
  1153. pbrt_services
  1154. pbrt_yojson
  1155. pcap-format >= "0.5.2"
  1156. pcre >= "7.3.5" & < "7.5.0"
  1157. pds-reachability >= "0.2.2"
  1158. pecu >= "0.2"
  1159. petr4
  1160. pf-qubes
  1161. pg_query
  1162. pgocaml >= "4.0"
  1163. pgocaml_ppx
  1164. pgx >= "1.0" & < "2.2"
  1165. pgx_async >= "1.0" & < "2.2"
  1166. pgx_lwt >= "1.0" & < "2.2"
  1167. pgx_lwt_mirage < "2.2"
  1168. pgx_lwt_unix < "2.2"
  1169. pgx_unix >= "1.0" & < "2.2"
  1170. pgx_value_core < "2.2"
  1171. pgx_value_ptime < "2.2"
  1172. phonetic
  1173. piqi >= "0.7.8"
  1174. piqilib >= "0.6.16"
  1175. pixel_pusher
  1176. pkcs11 >= "0.18.0"
  1177. pkcs11-cli
  1178. pkcs11-driver
  1179. pkcs11-rev
  1180. pla = "1.3"
  1181. plato
  1182. plebeia < "2.0.0"
  1183. plotkicadsch >= "0.4.0"
  1184. plplot >= "5.11.0-1"
  1185. polka
  1186. polling_state_rpc
  1187. polly
  1188. pomap >= "4.1.0"
  1189. portaudio = "0.2.2"
  1190. posixat >= "v0.12.0"
  1191. postgres_async
  1192. postgresql >= "4.4.1"
  1193. pp < "1.2.0"
  1194. pprint >= "20200226"
  1195. ppx-owl-opt
  1196. ppx_accessor
  1197. ppx_assert >= "v0.12.0"
  1198. ppx_bap
  1199. ppx_base >= "v0.12.0"
  1200. ppx_bench >= "v0.12.0"
  1201. ppx_bigarray >= "3.0.0"
  1202. ppx_bin_prot >= "v0.12.0"
  1203. ppx_blob >= "0.6.0"
  1204. ppx_bsx
  1205. ppx_cold
  1206. ppx_compare >= "v0.12.0"
  1207. ppx_compose >= "0.1.0"
  1208. ppx_const >= "2.0"
  1209. ppx_conv_func >= "v0.12.0"
  1210. ppx_css
  1211. ppx_cstruct >= "3.3.0"
  1212. ppx_cstubs
  1213. ppx_csv_conv >= "v0.12.0"
  1214. ppx_custom_printf >= "v0.12.0"
  1215. ppx_defer >= "0.4.0"
  1216. ppx_demo
  1217. ppx_derive_at_runtime
  1218. ppx_derivers >= "1.2.1"
  1219. ppx_deriving >= "4.3"
  1220. ppx_deriving_cmdliner >= "0.5.1"
  1221. ppx_deriving_encoding < "0.3.0"
  1222. ppx_deriving_hardcaml >= "v0.12.0"
  1223. ppx_deriving_jsoo
  1224. ppx_deriving_protobuf >= "2.7"
  1225. ppx_deriving_rpc >= "6.1.0"
  1226. ppx_deriving_yojson >= "3.3"
  1227. ppx_disable_unused_warnings
  1228. ppx_enum
  1229. ppx_enumerate >= "v0.12.0"
  1230. ppx_expect >= "v0.12.0"
  1231. ppx_factory
  1232. ppx_fail >= "v0.12.0"
  1233. ppx_fast_pipe
  1234. ppx_fields_conv >= "v0.12.0"
  1235. ppx_fixed_literal
  1236. ppx_gen_rec >= "1.1.0"
  1237. ppx_getenv >= "2.0"
  1238. ppx_globalize
  1239. ppx_hash >= "v0.12.0"
  1240. ppx_here >= "v0.12.0"
  1241. ppx_ignore_instrumentation
  1242. ppx_import >= "1.5-3-gbd627d5"
  1243. ppx_inline_alcotest
  1244. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1245. ppx_irmin < "2.3.0"
  1246. ppx_jane >= "v0.12.0"
  1247. ppx_js_style >= "v0.12.0"
  1248. ppx_jsobject_conv >= "0.6.0" & < "0.9.0"
  1249. ppx_jsonaf_conv
  1250. ppx_let >= "v0.12.0"
  1251. ppx_log
  1252. ppx_meta_conv >= "4.0.1"
  1253. ppx_module_timer
  1254. ppx_monoid = "0.3.2"
  1255. ppx_mysql
  1256. ppx_mysql_identity
  1257. ppx_optcomp >= "v0.12.0"
  1258. ppx_optional >= "v0.12.0"
  1259. ppx_pattern_bind
  1260. ppx_pipebang >= "v0.12.0"
  1261. ppx_protocol_conv >= "3.1.0"
  1262. ppx_protocol_conv_json >= "3.1.0"
  1263. ppx_protocol_conv_jsonm
  1264. ppx_protocol_conv_msgpack >= "3.1.0"
  1265. ppx_protocol_conv_xml_light >= "3.1.0"
  1266. ppx_protocol_conv_xmlm
  1267. ppx_protocol_conv_yaml >= "3.1.0"
  1268. ppx_python
  1269. ppx_rapper
  1270. ppx_rapper_async
  1271. ppx_rapper_lwt
  1272. ppx_regexp >= "0.4.0"
  1273. ppx_relit
  1274. ppx_sexp_conv >= "v0.12.0"
  1275. ppx_sexp_message >= "v0.12.0"
  1276. ppx_sexp_value >= "v0.12.0"
  1277. ppx_show
  1278. ppx_stable
  1279. ppx_stable_witness
  1280. ppx_string
  1281. ppx_string_interpolation
  1282. ppx_test >= "1.7.0"
  1283. ppx_there
  1284. ppx_tools >= "6.0+4.08.0"
  1285. ppx_tools_versioned >= "5.2.2"
  1286. ppx_tydi
  1287. ppx_type_directed_value
  1288. ppx_typed_fields
  1289. ppx_typerep_conv >= "v0.12.0"
  1290. ppx_tyre
  1291. ppx_units
  1292. ppx_variants_conv >= "v0.12.0"
  1293. ppx_wideopen
  1294. ppx_xml_conv >= "v0.12.0"
  1295. ppx_yojson < "1.1.0"
  1296. ppx_yojson_conv
  1297. ppx_yojson_conv_lib
  1298. ppxfind >= "1.3"
  1299. ppxlib >= "0.4.0" & < "0.21.0"
  1300. ppxx >= "2.4.0"
  1301. printbox >= "0.2" & < "0.8"
  1302. printbox-html < "0.8"
  1303. printbox-text < "0.8"
  1304. prof_spacetime >= "0.3.0"
  1305. profunctor
  1306. prom
  1307. prometheus >= "0.6" & < "1.2"
  1308. prometheus-app >= "0.6" & < "1.2"
  1309. promise
  1310. protocell
  1311. protocol-9p >= "1.0.0"
  1312. protocol-9p-tool >= "1.0.0"
  1313. protocol-9p-unix >= "1.0.0"
  1314. protocol_version_header >= "v0.12.0"
  1315. psq >= "0.1.1"
  1316. ptmap >= "2.0.5"
  1317. ptset >= "1.0.1"
  1318. pulseaudio = "0.1.4"
  1319. pure-splitmix >= "0.3"
  1320. py >= "1.1"
  1321. pythonlib
  1322. qbf >= "0.3"
  1323. qcheck >= "0.9" & < "0.18"
  1324. qcheck-alcotest < "0.18"
  1325. qcheck-core < "0.18"
  1326. qcheck-ounit < "0.18"
  1327. qmp >= "0.19.0"
  1328. qrencode >= "0.2"
  1329. qtest >= "2.10.1"
  1330. queenshead
  1331. quests
  1332. radare2 >= "0.0.3"
  1333. randomconv >= "0.1.1"
  1334. range < "0.8.3"
  1335. rangeSet
  1336. rankers
  1337. rawlink >= "1.0" & < "2.1"
  1338. rdbg >= "1.196.12"
  1339. re >= "1.9.0"
  1340. re2 >= "v0.12.1"
  1341. re2_stable
  1342. re_parser
  1343. reactiveData >= "0.3.0"
  1344. reanalyze
  1345. reason >= "3.5.0" & < "3.8.1"
  1346. received
  1347. record_builder >= "v0.12.0"
  1348. records >= "1.0.0"
  1349. redirect
  1350. redis >= "0.4"
  1351. redis-async
  1352. redis-lwt >= "0.4"
  1353. redis-sync >= "0.4"
  1354. reed-solomon-erasure >= "1.0.2"
  1355. reedsolomon >= "0.3"
  1356. refl
  1357. regenerate >= "0.2"
  1358. regex_parser_intf
  1359. relit_helper
  1360. remu_ts
  1361. res >= "5.0.1"
  1362. resource-pooling >= "1.1"
  1363. resource_cache >= "v0.12.0"
  1364. resp
  1365. resp-client
  1366. resp-mirage
  1367. resp-server >= "0.9"
  1368. resp-unix
  1369. resto
  1370. resto-acl
  1371. resto-cohttp
  1372. resto-cohttp-client
  1373. resto-cohttp-self-serving-client
  1374. resto-cohttp-server
  1375. resto-directory
  1376. resto-json
  1377. result >= "1.4"
  1378. rfc1951 >= "0.8.1" & != "1.0.0" & < "1.3.0"
  1379. rfc6287 >= "1.0.4"
  1380. rfc7748
  1381. rfsm >= "1.6-alpha-3" & < "1.7.0"
  1382. rhythm
  1383. ringo
  1384. ringo-lwt
  1385. rock
  1386. root1d >= "0.5.1"
  1387. rope >= "0.6.2"
  1388. rosetta >= "0.2.0"
  1389. routes != "0.7.0" & < "1.0.0"
  1390. rpc >= "6.1.0"
  1391. rpc_parallel >= "v0.12.0"
  1392. rpclib >= "6.1.0"
  1393. rpclib-async >= "6.1.0"
  1394. rpclib-html
  1395. rpclib-js
  1396. rpclib-lwt >= "6.1.0"
  1397. rss
  1398. rtop >= "3.5.0" & < "3.8.1"
  1399. rungen
  1400. rusage
  1401. SZXX
  1402. safepass >= "3.1"
  1403. salsa20 >= "1.0.0"
  1404. salsa20-core >= "1.0.0"
  1405. samplerate = "0.1.5"
  1406. sanddb = "0.2"
  1407. satex
  1408. satyrographos < "0.0.2.7"
  1409. scgi
  1410. scrypt-kdf >= "1.0.0"
  1411. searchTree
  1412. secp256k1 >= "0.4.1"
  1413. secp256k1-internal < "0.4.0"
  1414. sedlex >= "2.0" & < "2.4"
  1415. sek
  1416. selective
  1417. semantic_version
  1418. semaphore-compat
  1419. semver >= "0.2.1"
  1420. semver2
  1421. sendmail
  1422. sendmail-lwt
  1423. sentry
  1424. seq >= "0.2" & < "0.3"
  1425. sequencer_table >= "v0.12.0"
  1426. session >= "0.4.1"
  1427. session-cohttp >= "0.4.1"
  1428. session-cohttp-async >= "0.4.1"
  1429. session-cohttp-lwt >= "0.4.1"
  1430. session-cookie
  1431. session-cookie-async
  1432. session-cookie-lwt
  1433. session-postgresql >= "0.4.1"
  1434. session-postgresql-async >= "0.4.1"
  1435. session-postgresql-lwt >= "0.4.1"
  1436. session-redis-lwt >= "0.4.1"
  1437. session-webmachine >= "0.4.1"
  1438. setcore >= "1.0.2"
  1439. sexp
  1440. sexp_diff
  1441. sexp_diff_kernel
  1442. sexp_grammar
  1443. sexp_macro
  1444. sexp_pretty >= "v0.12.0"
  1445. sexp_select
  1446. sexp_string_quickcheck
  1447. sexplib >= "v0.12.0"
  1448. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1449. sgf >= "1.0.1"
  1450. sha >= "1.13" & < "1.15.1"
  1451. shapefile
  1452. shared-memory-ring >= "3.1.0"
  1453. shared-memory-ring-lwt >= "3.1.0"
  1454. shared-secret >= "0.4"
  1455. shell
  1456. shexp >= "v0.12.0"
  1457. slacko >= "0.14.1"
  1458. slug
  1459. smart-print >= "0.3.0"
  1460. smbc >= "0.5"
  1461. smtlib-utils
  1462. snappy >= "0.1.2"
  1463. so
  1464. sortedseq_intersect
  1465. soundtouch >= "0.1.9"
  1466. soupault
  1467. spacetime_lib >= "0.3.0"
  1468. spawn = "v0.13.0"
  1469. speex = "0.4.0"
  1470. spelll >= "0.3"
  1471. spin < "0.6.0"
  1472. splay_tree >= "v0.12.0"
  1473. splittable_random >= "v0.12.0"
  1474. spotify-web-api >= "0.2.1"
  1475. spotlib >= "4.1.0"
  1476. sqlgg >= "20200521"
  1477. sqlite3 >= "4.4.1" & < "5.0.3"
  1478. sqlite3_utils
  1479. srt < "0.2.1"
  1480. ssh-agent >= "0.2.0"
  1481. ssh-agent-unix
  1482. ssl >= "0.5.6" & < "0.6.0"
  1483. stdcompat >= "19"
  1484. stdint >= "0.6.0" & < "0.7.2"
  1485. stdio >= "v0.12.0"
  1486. stdlib-diff
  1487. stdlib-shims
  1488. stitch
  1489. stored_reversed
  1490. streamable
  1491. streaming
  1492. string_dict >= "v0.12.0"
  1493. stringext >= "1.6.0"
  1494. sturgeon >= "0.4.2"
  1495. subscriptions-transport-ws
  1496. subtype-refinement >= "0.2"
  1497. swagger >= "0.2.0"
  1498. swhid_core
  1499. syndic >= "1.6.0"
  1500. sys-socket
  1501. sys-socket-unix
  1502. syslog >= "2.0.0"
  1503. syslog-message >= "1.0.0"
  1504. syslog-rfc5424
  1505. tablecloth-native < "0.0.8"
  1506. tar >= "1.0.0" & < "2.0.0"
  1507. tar-mirage >= "1.0.0" & < "2.0.0"
  1508. tar-unix >= "1.0.0" & < "2.0.0"
  1509. tcalc
  1510. tcpip >= "3.7.0" & < "6.0.0"
  1511. tdigest
  1512. teash
  1513. tensorboard
  1514. terminal_size >= "0.1.4"
  1515. textrazor
  1516. textutils >= "v0.12.0"
  1517. textutils_kernel >= "v0.12.0"
  1518. textwrap >= "0.2.1"
  1519. tezos-accuser-006-PsCARTHA
  1520. tezos-accuser-007-PsDELPH1
  1521. tezos-accuser-008-PtEdo2Zk < "9.2"
  1522. tezos-accuser-008-PtEdoTez
  1523. tezos-accuser-009-PsFLoren < "9.2"
  1524. tezos-alpha-test-helpers < "9.2"
  1525. tezos-baker-006-PsCARTHA
  1526. tezos-baker-007-PsDELPH1
  1527. tezos-baker-008-PtEdo2Zk < "9.2"
  1528. tezos-baker-008-PtEdoTez
  1529. tezos-baker-009-PsFLoren < "9.2"
  1530. tezos-baking-006-PsCARTHA
  1531. tezos-baking-006-PsCARTHA-commands
  1532. tezos-baking-007-PsDELPH1
  1533. tezos-baking-007-PsDELPH1-commands
  1534. tezos-baking-008-PtEdo2Zk < "9.2"
  1535. tezos-baking-008-PtEdo2Zk-commands < "9.2"
  1536. tezos-baking-008-PtEdoTez
  1537. tezos-baking-008-PtEdoTez-commands
  1538. tezos-baking-009-PsFLoren < "9.2"
  1539. tezos-baking-009-PsFLoren-commands < "9.2"
  1540. tezos-baking-alpha < "9.2"
  1541. tezos-baking-alpha-commands < "9.2"
  1542. tezos-base < "9.2"
  1543. tezos-clic < "9.2"
  1544. tezos-client < "9.2"
  1545. tezos-client-000-Ps9mPmXa < "9.2"
  1546. tezos-client-001-PtCJ7pwo < "9.2"
  1547. tezos-client-001-PtCJ7pwo-commands < "9.2"
  1548. tezos-client-002-PsYLVpVv < "9.2"
  1549. tezos-client-002-PsYLVpVv-commands < "9.2"
  1550. tezos-client-003-PsddFKi3 < "9.2"
  1551. tezos-client-003-PsddFKi3-commands < "9.2"
  1552. tezos-client-004-Pt24m4xi < "9.2"
  1553. tezos-client-004-Pt24m4xi-commands < "9.2"
  1554. tezos-client-005-PsBabyM1 < "9.2"
  1555. tezos-client-005-PsBabyM1-commands < "9.2"
  1556. tezos-client-006-PsCARTHA < "9.2"
  1557. tezos-client-006-PsCARTHA-commands < "9.2"
  1558. tezos-client-007-PsDELPH1 < "9.2"
  1559. tezos-client-007-PsDELPH1-commands < "9.2"
  1560. tezos-client-007-PsDELPH1-commands-registration < "9.2"
  1561. tezos-client-008-PtEdo2Zk < "9.2"
  1562. tezos-client-008-PtEdo2Zk-commands < "9.2"
  1563. tezos-client-008-PtEdo2Zk-commands-registration < "9.2"
  1564. tezos-client-008-PtEdoTez
  1565. tezos-client-008-PtEdoTez-commands
  1566. tezos-client-008-PtEdoTez-commands-registration
  1567. tezos-client-009-PsFLoren < "9.2"
  1568. tezos-client-009-PsFLoren-commands < "9.2"
  1569. tezos-client-009-PsFLoren-commands-registration < "9.2"
  1570. tezos-client-alpha < "9.2"
  1571. tezos-client-alpha-commands < "9.2"
  1572. tezos-client-alpha-commands-registration < "9.2"
  1573. tezos-client-base < "9.2"
  1574. tezos-client-base-unix < "9.2"
  1575. tezos-client-commands < "9.2"
  1576. tezos-client-demo-counter < "9.2"
  1577. tezos-client-genesis < "9.2"
  1578. tezos-client-genesis-carthagenet < "9.2"
  1579. tezos-client-sapling-008-PtEdo2Zk < "9.2"
  1580. tezos-client-sapling-008-PtEdoTez
  1581. tezos-client-sapling-009-PsFLoren < "9.2"
  1582. tezos-client-sapling-alpha < "9.2"
  1583. tezos-codec < "9.2"
  1584. tezos-crypto < "9.2"
  1585. tezos-embedded-protocol-000-Ps9mPmXa < "9.2"
  1586. tezos-embedded-protocol-001-PtCJ7pwo < "9.2"
  1587. tezos-embedded-protocol-002-PsYLVpVv < "9.2"
  1588. tezos-embedded-protocol-003-PsddFKi3 < "9.2"
  1589. tezos-embedded-protocol-004-Pt24m4xi < "9.2"
  1590. tezos-embedded-protocol-005-PsBABY5H < "9.2"
  1591. tezos-embedded-protocol-005-PsBabyM1 < "9.2"
  1592. tezos-embedded-protocol-006-PsCARTHA < "9.2"
  1593. tezos-embedded-protocol-007-PsDELPH1 < "9.2"
  1594. tezos-embedded-protocol-008-PtEdo2Zk < "9.2"
  1595. tezos-embedded-protocol-008-PtEdoTez < "9.2"
  1596. tezos-embedded-protocol-009-PsFLoren < "9.2"
  1597. tezos-embedded-protocol-alpha < "9.2"
  1598. tezos-embedded-protocol-demo-counter < "9.2"
  1599. tezos-embedded-protocol-demo-noops < "9.2"
  1600. tezos-embedded-protocol-genesis < "9.2"
  1601. tezos-embedded-protocol-genesis-carthagenet < "9.2"
  1602. tezos-endorser-006-PsCARTHA
  1603. tezos-endorser-007-PsDELPH1
  1604. tezos-endorser-008-PtEdo2Zk < "9.2"
  1605. tezos-endorser-008-PtEdoTez
  1606. tezos-endorser-009-PsFLoren < "9.2"
  1607. tezos-error-monad < "9.2"
  1608. tezos-event-logging < "9.2"
  1609. tezos-lmdb
  1610. tezos-lwt-result-stdlib < "9.0"
  1611. tezos-mempool-006-PsCARTHA
  1612. tezos-mempool-007-PsDELPH1
  1613. tezos-mempool-008-PtEdoTez
  1614. tezos-micheline < "9.2"
  1615. tezos-mockup < "9.2"
  1616. tezos-mockup-commands < "9.2"
  1617. tezos-mockup-proxy < "9.2"
  1618. tezos-mockup-registration < "9.2"
  1619. tezos-node < "9.2"
  1620. tezos-p2p < "9.2"
  1621. tezos-p2p-services < "9.2"
  1622. tezos-protocol-000-Ps9mPmXa < "9.2"
  1623. tezos-protocol-001-PtCJ7pwo < "9.2"
  1624. tezos-protocol-002-PsYLVpVv < "9.2"
  1625. tezos-protocol-003-PsddFKi3 < "9.2"
  1626. tezos-protocol-004-Pt24m4xi < "9.2"
  1627. tezos-protocol-005-PsBABY5H < "9.2"
  1628. tezos-protocol-005-PsBabyM1 < "9.2"
  1629. tezos-protocol-006-PsCARTHA < "9.2"
  1630. tezos-protocol-006-PsCARTHA-parameters < "9.2"
  1631. tezos-protocol-007-PsDELPH1 < "9.2"
  1632. tezos-protocol-007-PsDELPH1-parameters
  1633. tezos-protocol-008-PtEdo2Zk < "9.2"
  1634. tezos-protocol-008-PtEdo2Zk-parameters < "9.2"
  1635. tezos-protocol-008-PtEdoTez < "9.2"
  1636. tezos-protocol-008-PtEdoTez-parameters
  1637. tezos-protocol-009-PsFLoren < "9.2"
  1638. tezos-protocol-009-PsFLoren-parameters < "9.2"
  1639. tezos-protocol-alpha < "9.2"
  1640. tezos-protocol-alpha-parameters < "9.2"
  1641. tezos-protocol-compiler < "9.2"
  1642. tezos-protocol-demo-counter < "9.2"
  1643. tezos-protocol-demo-noops < "9.2"
  1644. tezos-protocol-environment < "9.2"
  1645. tezos-protocol-environment-packer < "9.2"
  1646. tezos-protocol-environment-sigs < "9.2"
  1647. tezos-protocol-environment-structs < "9.2"
  1648. tezos-protocol-genesis < "9.2"
  1649. tezos-protocol-genesis-carthagenet < "9.2"
  1650. tezos-protocol-plugin-007-PsDELPH1 < "9.2"
  1651. tezos-protocol-plugin-007-PsDELPH1-registerer < "9.2"
  1652. tezos-protocol-plugin-008-PtEdo2Zk < "9.2"
  1653. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "9.2"
  1654. tezos-protocol-plugin-009-PsFLoren < "9.2"
  1655. tezos-protocol-plugin-009-PsFLoren-registerer < "9.2"
  1656. tezos-protocol-plugin-alpha < "9.2"
  1657. tezos-protocol-plugin-alpha-registerer < "9.2"
  1658. tezos-protocol-updater < "9.2"
  1659. tezos-proxy < "9.2"
  1660. tezos-requester < "9.2"
  1661. tezos-rpc < "9.2"
  1662. tezos-rpc-http < "9.2"
  1663. tezos-rpc-http-client < "9.2"
  1664. tezos-rpc-http-client-unix < "9.2"
  1665. tezos-rpc-http-server < "9.2"
  1666. tezos-sapling < "9.2"
  1667. tezos-shell < "9.2"
  1668. tezos-shell-context < "9.2"
  1669. tezos-shell-services < "9.2"
  1670. tezos-signer < "9.2"
  1671. tezos-signer-backends < "9.2"
  1672. tezos-signer-services < "9.2"
  1673. tezos-stdlib < "8.0"
  1674. tezos-stdlib-unix < "9.2"
  1675. tezos-storage < "9.2"
  1676. tezos-test-services < "9.2"
  1677. tezos-tooling < "13.0"
  1678. tezos-validation < "9.2"
  1679. tezos-validator < "9.2"
  1680. tezos-version < "9.2"
  1681. tezos-workers < "9.2"
  1682. theora >= "0.4.0"
  1683. thread-local-storage
  1684. thrift >= "0.10.0"
  1685. tidy >= "5-0.2"
  1686. tilde_f
  1687. time_now
  1688. timezone
  1689. tiny_httpd < "0.15"
  1690. tiny_httpd_camlzip < "0.15"
  1691. tip-parser >= "0.4"
  1692. tldr
  1693. tls >= "0.11.0" & < "0.15.4"
  1694. tls-async < "0.15.4"
  1695. tls-mirage < "0.15.4"
  1696. toml >= "5.0.0" & < "7.0.0"
  1697. toml-cconv
  1698. toml_cconv < "7.0.0"
  1699. toplevel_backend
  1700. toplevel_expect_test >= "v0.12.0"
  1701. topological_sort >= "v0.12.0"
  1702. torch
  1703. tqdm
  1704. tracing
  1705. transept
  1706. traverse
  1707. travesty < "0.7.2"
  1708. travis-opam >= "1.5.0"
  1709. tree_layout >= "0.2"
  1710. treeprint >= "2.3.0"
  1711. trie >= "1.0.0"
  1712. tsort
  1713. tube >= "4.4.0"
  1714. tuntap >= "1.7.0"
  1715. twostep
  1716. typerep >= "v0.12.0"
  1717. tyre >= "0.5"
  1718. tyxml >= "4.3.0" & < "4.6.0"
  1719. tyxml-jsx < "4.6.0"
  1720. tyxml-lwd < "0.2"
  1721. tyxml-ppx >= "4.3.0" & < "4.6.0"
  1722. tyxml-syntax < "4.6.0"
  1723. ubase < "0.20"
  1724. ubpf < "0.2"
  1725. uecc >= "0.2"
  1726. uint >= "2.0.1"
  1727. ulid
  1728. unidecode
  1729. unionFind
  1730. unison = "2.51.4"
  1731. universo
  1732. unstrctrd
  1733. uri >= "2.2.0"
  1734. uri-bench
  1735. uri-re
  1736. uri-sexp
  1737. uritemplate
  1738. user-agent-parser
  1739. username_kernel
  1740. utop >= "2.3.0"
  1741. uuuu >= "0.1.1"
  1742. variantslib >= "v0.12.0"
  1743. vcaml
  1744. vcardgen >= "1.2"
  1745. vchan >= "4.0.0"
  1746. vchan-unix >= "4.0.0"
  1747. vchan-xen >= "4.0.0"
  1748. vector
  1749. vercel
  1750. vhd-format >= "0.12.0"
  1751. vhd-format-lwt >= "0.12.0"
  1752. virtual_dom >= "v0.12.0"
  1753. visitors >= "20200207"
  1754. vlq >= "0.2.1"
  1755. vmnet >= "1.3.2"
  1756. vocal
  1757. voqc < "0.2.0"
  1758. vorbis >= "0.8.0"
  1759. wall >= "0.4"
  1760. wasmer
  1761. weberizer >= "0.8"
  1762. webmachine >= "0.6.2"
  1763. websocket >= "2.12" & < "2.15"
  1764. websocket-async >= "2.12" & < "2.15"
  1765. websocket-lwt >= "2.12"
  1766. websocket-lwt-unix < "2.15"
  1767. websocketaf
  1768. webtest >= "2.0.0"
  1769. webtest-js
  1770. wikitext
  1771. win-error >= "1.0"
  1772. win-eventlog = "0.3"
  1773. winsvc < "1.0.1"
  1774. ws
  1775. ws-server
  1776. wseg
  1777. wtf8 >= "1.0.2"
  1778. x509 >= "0.6.3"
  1779. xapi-backtrace >= "0.7"
  1780. xapi-inventory >= "1.2.1"
  1781. xapi-rrd >= "1.8.2"
  1782. xapi-stdext-date < "4.21.0"
  1783. xapi-stdext-encodings < "4.21.0"
  1784. xapi-stdext-pervasives < "4.21.0"
  1785. xapi-stdext-std < "4.21.0"
  1786. xapi-stdext-threads < "4.21.0"
  1787. xapi-stdext-unix < "4.21.0"
  1788. xapi-stdext-zerocheck < "4.21.0"
  1789. xdg-basedir
  1790. xen-evtchn >= "2.1.0"
  1791. xen-evtchn-unix >= "2.1.0"
  1792. xen-gnt >= "3.1.0"
  1793. xen-gnt-unix >= "3.1.0"
  1794. xenstore >= "2.1.0"
  1795. xenstore_transport >= "1.1.0"
  1796. xmlplaylist >= "0.1.5"
  1797. yaml >= "1.0.0"
  1798. yaml-sexp
  1799. yara >= "0.2"
  1800. yojson >= "1.5.0" & < "2.1.0"
  1801. yojson-bench
  1802. yurt >= "0.6"
  1803. yuscii >= "0.2.1"
  1804. yuujinchou >= "3.0.0"
  1805. zarith-ppx
  1806. zarith_stubs_js
  1807. zed >= "2.0" & < "3.2.0"
  1808. zeit
  1809. zipperposition >= "1.5.1"
  1810. zipperposition-tools
  1811. zlib >= "0.6"
  1812. zmq >= "5.1.0" & < "5.2.1"
  1813. zmq-async >= "5.1.0" & < "5.2.1"
  1814. zmq-lwt >= "5.1.0" & < "5.2.1"
  1815. zstandard >= "v0.12.1"
  1816. zstd = "0.3"
  1817. zxcvbn >= "2.3+2"

Conflicts (3)

  1. jbuilder = "transition"
  2. dune-release < "1.3.0"
  3. odoc < "1.3.0"
OCaml

Innovation. Community. Security.