package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.1.1.tbz
sha256=02484454ab1b998840c7873509ec6b2301eb92662c132ef8f5f4f569b35a6b60
sha512=c92199924af75f801d264d3b3e98497757c9932d8e03fa100fca2df16315b87d595a3e0cbbc3ce9b8d86adb2a8b6d3a7cef0f88c7654f15f6b6a4d10d523fad1

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: 20 Apr 2022

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 low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's 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, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, 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. OCaml is all you need to build Dune and packages using Dune. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

In particular, 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 and arrange them in any way on the file system. 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 can 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.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

If you are new to Opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ 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

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

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. 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 fairly stable and 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.08~~"
  5. ocaml >= "4.08" & < "5.0"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk >= "1.4.0" & < "2.0.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adelfa
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest >= "0.8.5"
  26. alcotest-async >= "0.8.5"
  27. alcotest-js
  28. alcotest-lwt >= "0.8.5"
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. alonzo
  34. alsa >= "0.3.0"
  35. alt-ergo >= "2.3.0" & < "2.6.0"
  36. alt-ergo-free >= "2.3.3.dune3"
  37. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  38. alt-ergo-lib-free >= "2.3.3.dune3"
  39. alt-ergo-parsers < "2.6.0"
  40. alt-ergo-parsers-free
  41. alt-ergo-plugin-ab-why3 < "2.6.0"
  42. altgr-ergo >= "2.3.0"
  43. amqp-client >= "2.0.3"
  44. amqp-client-async >= "2.0.3"
  45. amqp-client-lwt >= "2.0.3"
  46. anders
  47. angstrom >= "0.11.1"
  48. angstrom-async >= "0.11.1"
  49. angstrom-lwt-unix >= "0.11.1"
  50. angstrom-unix >= "0.11.1"
  51. ansi < "0.6.0"
  52. ansi-parse >= "0.4.0"
  53. anthill
  54. ao >= "0.2.2"
  55. api-watch
  56. apronext
  57. archetype
  58. archi
  59. archi-async
  60. archi-lwt
  61. arg-complete
  62. argon2 >= "1.0.0"
  63. arp >= "1.0.0"
  64. arp-mirage
  65. art
  66. asai
  67. asak
  68. ask
  69. ask-integrator
  70. asli >= "0.2.0"
  71. asn1-combinators >= "0.2.2"
  72. async >= "v0.12.0" & < "v0.17.0"
  73. async-uri < "0.4.0"
  74. async_durable >= "v0.12.0" & < "v0.17.0"
  75. async_extra >= "v0.12.0" & < "v0.17.0"
  76. async_find >= "v0.12.0" & < "v0.17.0"
  77. async_graphics >= "0.7.0"
  78. async_inotify >= "v0.12.0" & < "v0.17.0"
  79. async_interactive >= "v0.12.0" & < "v0.17.0"
  80. async_js >= "v0.12.0" & < "v0.17.0"
  81. async_kernel >= "v0.12.0" & < "v0.17.0"
  82. async_rpc_kernel >= "v0.12.0" & < "v0.17.0"
  83. async_rpc_websocket < "v0.17.0"
  84. async_sendfile >= "v0.12.0" & < "v0.17.0"
  85. async_shell >= "v0.12.0" & < "v0.17.0"
  86. async_smtp >= "v0.12.0" & < "v0.17.0"
  87. async_ssl >= "v0.12.0" & < "v0.17.0"
  88. async_udp < "v0.17.0"
  89. async_unix >= "v0.12.0" & < "v0.17.0"
  90. async_websocket < "v0.17.0"
  91. atable
  92. atd >= "2.2.1"
  93. atdd
  94. atdgen >= "2.2.1"
  95. atdgen-codec-runtime
  96. atdgen-runtime >= "2.2.1"
  97. atdj >= "2.2.1" & < "20151001.01"
  98. atdpy
  99. atds
  100. atdts
  101. atomic < "base"
  102. autofonce
  103. autofonce_config
  104. autofonce_core
  105. autofonce_lib
  106. autofonce_m4
  107. autofonce_misc
  108. autofonce_patch
  109. autofonce_share
  110. avro
  111. avro-compiler
  112. awa
  113. awa-lwt
  114. awa-mirage
  115. aws >= "1.2"
  116. aws-async
  117. aws-autoscaling >= "1.2"
  118. aws-cloudformation >= "1.2"
  119. aws-cloudtrail >= "1.2"
  120. aws-cloudwatch
  121. aws-config
  122. aws-ec2 >= "1.2"
  123. aws-elasticache
  124. aws-elasticloadbalancing >= "1.2"
  125. aws-lwt
  126. aws-rds
  127. aws-route53
  128. aws-s3 >= "4.0.0"
  129. aws-s3-async >= "4.0.0"
  130. aws-s3-lwt >= "4.0.0"
  131. aws-sdb >= "1.2"
  132. aws-sqs
  133. aws-ssm >= "1.2"
  134. aws-sts >= "1.2"
  135. azblob
  136. azblob-async
  137. azure-cosmos-db
  138. babel < "v0.17.0"
  139. bag
  140. baguette_sharp
  141. bare_encoding
  142. bark
  143. base >= "v0.12.0" & < "v0.17.0"
  144. base32
  145. base64 >= "2.3.0"
  146. base_bigstring < "v0.17.0"
  147. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  148. base_trie < "v0.17.0"
  149. bastet
  150. bastet_async
  151. bastet_lwt
  152. batch_jaro_winkler
  153. batsat
  154. batteries >= "3.7.1"
  155. bddrand
  156. bech32
  157. bechamel
  158. bechamel-js
  159. bechamel-notty
  160. bechamel-perf
  161. beluga = "1.0"
  162. benchmark >= "1.6"
  163. benchpress
  164. benchpress-server
  165. bencode >= "2.0"
  166. bentov
  167. bestline
  168. bheap >= "2.0.0"
  169. bidirectional_map < "v0.17.0"
  170. bigarray-compat
  171. bigarray-overlap
  172. bigdecimal < "v0.17.0"
  173. bignum >= "v0.12.0" & < "v0.17.0"
  174. bigstring >= "0.3"
  175. bigstring-unix >= "0.3"
  176. bigstringaf >= "0.5.0"
  177. bimage
  178. bimage-display
  179. bimage-gtk
  180. bimage-io
  181. bimage-lwt
  182. bimage-sdl
  183. bimage-unix
  184. bimap
  185. bin_prot >= "v0.12.0" & < "v0.17.0"
  186. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  187. binaryen_dsl
  188. bindlib >= "6.0.0"
  189. biniou >= "1.2.1"
  190. binning
  191. binsec >= "0.4.0"
  192. bio_io < "0.5.1"
  193. biocaml >= "0.9.0"
  194. biotk < "0.3"
  195. bisect_ppx >= "1.4.0"
  196. bistro >= "0.5.0"
  197. bistro-bio
  198. bitcoin >= "3.0"
  199. bitcoin-cohttp-async
  200. bitcoin-cohttp-lwt
  201. bitcoin-ocurl
  202. bitcoinml >= "0.4.1"
  203. bitlib
  204. bitmasks >= "1.2.0"
  205. bitpack_serializer
  206. bitstring >= "3.1.1"
  207. bitv >= "1.4"
  208. bitwuzla
  209. bitwuzla-bin < "1.0.0"
  210. bitwuzla-c
  211. bjack >= "0.1.6"
  212. blake3
  213. bloomf
  214. bls12-381 < "19.0"
  215. bls12-381-gen
  216. bls12-381-hash
  217. bls12-381-js
  218. bls12-381-js-gen
  219. bls12-381-legacy
  220. bls12-381-signature
  221. bls12-381-unix
  222. bnfgen
  223. bogue
  224. bogue-tutorials < "0.2.0"
  225. boltzgen
  226. bonsai < "v0.17.0"
  227. boulangerie
  228. box
  229. brr-lwd
  230. bson2
  231. bst >= "7.0.1"
  232. buffer-pool
  233. build_path_prefix_map >= "0.3"
  234. builder
  235. builder-web
  236. bun >= "0.3.4"
  237. bwd
  238. bwrap
  239. bytearray >= "1.0.1"
  240. bytebuffer
  241. bytepdf
  242. bz2
  243. ca-certs
  244. ca-certs-nss
  245. cactus
  246. cairn
  247. cairo2 >= "0.6"
  248. cairo2-gtk
  249. cairo2-pango
  250. caisar < "0.2.1"
  251. caisar-ir
  252. caisar-nnet
  253. caisar-onnx
  254. caisar-ovo
  255. caisar-xgboost
  256. calculon >= "0.4"
  257. calculon-redis
  258. calculon-redis-lib
  259. calculon-web >= "0.4"
  260. caldav < "0.2.2"
  261. calendar >= "3.0.0"
  262. calendars
  263. calipso
  264. calli
  265. callipyge >= "0.2"
  266. camelot
  267. camels
  268. camelsnakekebab
  269. camlimages >= "5.0.2" & < "5.0.5"
  270. camlix
  271. camlon >= "3.1.0"
  272. camlp-streams
  273. camlrack
  274. camltc >= "0.9.8"
  275. camomile = "1.0.2"
  276. camyll
  277. canary
  278. capnp >= "3.5.0"
  279. capnp-rpc >= "0.3.2" & < "2.0"
  280. capnp-rpc-lwt >= "0.3.2" & < "2.0"
  281. capnp-rpc-mirage >= "0.3.2"
  282. capnp-rpc-net < "2.0"
  283. capnp-rpc-unix >= "0.3.2" & < "2.0"
  284. caqti >= "1.0.0" & < "2.1.1"
  285. caqti-async >= "1.0.0" & < "2.1.1"
  286. caqti-driver-mariadb >= "1.0.0" & < "2.1.1"
  287. caqti-driver-pgx < "2.1.1"
  288. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  289. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  290. caqti-dynload >= "1.0.0"
  291. caqti-eio < "2.1.1"
  292. caqti-lwt >= "1.0.0" & < "2.1.1"
  293. caqti-mirage < "2.1.1"
  294. caqti-type-calendar >= "1.0.0"
  295. carbon < "0.2.0"
  296. carray
  297. carton
  298. carton-git
  299. carton-lwt
  300. catala < "0.9.0"
  301. catapult
  302. catapult-client
  303. catapult-daemon
  304. catapult-file
  305. catapult-sqlite
  306. cbor >= "0.3"
  307. ccbg
  308. cconv >= "0.5"
  309. cconv-ppx
  310. cdb
  311. cdrom >= "0.9.4"
  312. ceph
  313. certify >= "0.3.0"
  314. cf
  315. cf-lwt
  316. cfg >= "2.2.0"
  317. cfml
  318. cfstream >= "1.3.1"
  319. chacha
  320. chamelon
  321. chamelon-unix
  322. charInfo_width
  323. charrua
  324. charrua-client >= "0.11.2"
  325. charrua-client-lwt >= "0.11.2"
  326. charrua-client-mirage >= "0.11.2"
  327. charrua-core >= "0.11.2"
  328. charrua-server
  329. charrua-unix >= "0.11.2"
  330. charset
  331. chartjs
  332. chartjs-annotation
  333. chartjs-colorschemes
  334. chartjs-datalabels
  335. chartjs-streaming
  336. chase
  337. checkseum = "0.0.3" | >= "0.2.1"
  338. choice >= "0.4"
  339. cinaps >= "v0.12.0"
  340. clangml >= "4.0.0"
  341. clangml-transforms >= "0.24"
  342. clap >= "0.2.0"
  343. clarity >= "0.4.0"
  344. clarity-lang
  345. class_group_vdf != "0.0.4"
  346. clim
  347. clim-ppx
  348. climate
  349. clp_operations
  350. clz
  351. cmarker
  352. cmdliner-stdlib
  353. cmon
  354. codept >= "0.10.3"
  355. cohttp >= "1.1.1" & < "6.0.0"
  356. cohttp-async >= "1.1.1" & < "6.0.0"
  357. cohttp-curl < "6.0.0"
  358. cohttp-curl-async < "6.0.0"
  359. cohttp-curl-lwt < "6.0.0"
  360. cohttp-eio < "6.0.0"
  361. cohttp-lwt >= "1.1.1" & < "6.0.0"
  362. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0"
  363. cohttp-lwt-unix >= "1.1.1" & < "6.0.0"
  364. cohttp-mirage >= "1.1.1" & < "6.0.0"
  365. cohttp-server-lwt-unix < "6.0.0"
  366. cohttp-top >= "1.1.1" & < "6.0.0"
  367. cohttp_async_websocket < "v0.17.0"
  368. cohttp_static_handler < "v0.17.0"
  369. coin >= "0.1.1"
  370. colibri2
  371. colibrics
  372. colibrilib
  373. colombe
  374. color >= "0.2.0"
  375. color-brewery
  376. combinat
  377. comby
  378. comby-kernel
  379. comby-semantic
  380. command_rpc >= "v0.12.0" & < "v0.17.0"
  381. conan
  382. conan-cli
  383. conan-database
  384. conan-lwt
  385. conan-unix
  386. conduit >= "1.3.0"
  387. conduit-async >= "1.3.0"
  388. conduit-lwt >= "1.3.0"
  389. conduit-lwt-unix >= "1.3.0"
  390. conduit-mirage
  391. conex >= "0.10.0"
  392. conex-mirage-crypto
  393. conex-nocrypto
  394. confero
  395. config-file >= "1.2.1"
  396. conformist
  397. containers >= "2.4"
  398. containers-data
  399. containers-thread
  400. content_security_policy < "v0.17.0"
  401. cookie
  402. cookies
  403. coq >= "8.14.0" & < "8.20.0"
  404. coq-core < "8.20.0"
  405. coq-lsp < "0.1.1+v8.16"
  406. coq-of-ocaml >= "2.4.1"
  407. coq-serapi >= "8.9.0+0.6.0"
  408. coq-stdlib < "8.20.0"
  409. coqide >= "8.14.0" & < "8.20.0"
  410. coqide-server < "8.20.0"
  411. core >= "v0.12.0" & < "v0.17.0"
  412. core-and-more
  413. core_bench >= "v0.12.0" & < "v0.17.0"
  414. core_compat
  415. core_extended >= "v0.12.0" & < "v0.17.0"
  416. core_kernel >= "v0.12.3" & < "v0.17.0"
  417. core_profiler >= "v0.12.0" & < "v0.17.0"
  418. core_unix < "v0.17.0"
  419. cosovo
  420. cow >= "2.4.0"
  421. cowabloga >= "0.5.0"
  422. cpm >= "12.1.2"
  423. cppo >= "1.6.6"
  424. cppo_ocamlbuild >= "1.6.6"
  425. cps_toolbox
  426. cpu
  427. cpuid >= "0.1.2"
  428. crc >= "2.1.0"
  429. crlibm >= "0.3"
  430. crontab
  431. crowbar >= "0.2"
  432. crunch >= "2.2.0"
  433. cry >= "0.6.5"
  434. cryptokit >= "1.16.1"
  435. csexp < "1.5.2"
  436. css
  437. css-parser
  438. cstruct >= "3.3.0"
  439. cstruct-async >= "3.3.0"
  440. cstruct-lwt >= "3.3.0"
  441. cstruct-sexp
  442. cstruct-unix >= "3.3.0"
  443. csv >= "2.2"
  444. csv-lwt >= "2.1"
  445. csvfields >= "v0.12.0" & < "v0.17.0"
  446. csvtool
  447. ctoxml
  448. ctypes >= "0.21.1"
  449. ctypes-foreign >= "0.21.1"
  450. ctypes-zarith
  451. ctypes_stubs_js
  452. cudf >= "0.10"
  453. cuid >= "0.2"
  454. cumulus
  455. curly >= "0.2.0"
  456. current < "0.6.4"
  457. current-albatross-deployer
  458. current-web-pipelines
  459. current_ansi
  460. current_docker < "0.6.4"
  461. current_examples < "0.6.4"
  462. current_git < "0.6.4"
  463. current_github < "0.6.4"
  464. current_gitlab < "0.6.4"
  465. current_incr
  466. current_ocluster < "0.2"
  467. current_rpc < "0.6.4"
  468. current_slack < "0.6.4"
  469. current_web < "0.6.4"
  470. curses >= "1.0.9"
  471. curve-sampling
  472. cviode
  473. cwe_checker
  474. DrawGrammar >= "0.2.2"
  475. daft >= "0.0.4"
  476. dap
  477. data-encoding
  478. dataframe
  479. datakit >= "0.12.2"
  480. datakit-bridge-github >= "0.12.2"
  481. datakit-bridge-local-git >= "0.12.2"
  482. datakit-ci >= "0.12.2"
  483. datakit-client >= "0.12.2"
  484. datakit-client-9p >= "0.12.2"
  485. datakit-client-git >= "0.12.2"
  486. datakit-github >= "0.12.2"
  487. datakit-server >= "0.12.2"
  488. datakit-server-9p >= "0.12.2"
  489. datalog >= "0.6"
  490. dates_calc < "0.0.7"
  491. daypack-lib
  492. dbf < "0.1.1"
  493. dblp
  494. dblp-api
  495. debian-formats >= "0.1.2"
  496. decimal
  497. decoders >= "0.1.2"
  498. decoders-bencode
  499. decoders-cbor
  500. decoders-ezjsonm >= "0.1.2"
  501. decoders-ezxmlm
  502. decoders-jsonaf
  503. decoders-jsonm
  504. decoders-msgpck
  505. decoders-sexplib
  506. decoders-yojson >= "0.1.2"
  507. decompress >= "0.8.1"
  508. dedent < "v0.17.0"
  509. dedukti >= "2.7"
  510. delimited_parsing >= "v0.12.0" & < "v0.17.0"
  511. depyt >= "0.3.0"
  512. devkit >= "1.0"
  513. diet >= "0.2"
  514. diffable
  515. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  516. directories
  517. dirsift
  518. dirsp-exchange
  519. dirsp-exchange-kbb2017
  520. dirsp-proscript
  521. dirsp-proscript-mirage
  522. dirsp-ps2ocaml
  523. diskuvbox
  524. disml
  525. dispatch >= "0.4.1"
  526. dispatch-js >= "0.4.1"
  527. distributed >= "0.6.0"
  528. distributed-lwt >= "0.2.0"
  529. distributed-uwt >= "0.2.0"
  530. dkim
  531. dkim-bin
  532. dkim-mirage
  533. dkml-c-probe
  534. dkml-component-offline-ocamlrun
  535. dkml-component-offline-opam
  536. dkml-component-staging-ocamlrun
  537. dkml-component-staging-opam32
  538. dkml-component-staging-opam64
  539. dkml-dune-dsl
  540. dkml-dune-dsl-show
  541. dkml-install < "0.5.3"
  542. dkml-install-installer < "0.5.3"
  543. dkml-install-runner < "0.5.3"
  544. dkml-option-vcpkg
  545. dkml-package-console < "0.5.3"
  546. dkml-runtime-common >= "2.0.3"
  547. dkml-runtime-distribution
  548. dkml-workflows
  549. dlm >= "0.3.1"
  550. dmap
  551. dns >= "1.1.0"
  552. dns-async >= "1.1.0"
  553. dns-certify
  554. dns-cli
  555. dns-client
  556. dns-client-lwt
  557. dns-client-miou-unix
  558. dns-client-mirage
  559. dns-lwt >= "1.1.0"
  560. dns-lwt-unix >= "1.1.0"
  561. dns-mirage
  562. dns-resolver
  563. dns-server
  564. dns-stub
  565. dns-tsig
  566. dnssec
  567. docker-api >= "0.2"
  568. docker_hub
  569. dockerfile >= "6.0.0"
  570. dockerfile-cmd >= "6.0.0"
  571. dockerfile-opam >= "6.0.0"
  572. docteur
  573. docteur-solo5
  574. docteur-unix
  575. doculib
  576. doi2bib
  577. dokeysto >= "3.0.2"
  578. dokeysto_camltc >= "3.0.2"
  579. dokeysto_lz4 >= "3.0.2"
  580. dolmen >= "0.4.1"
  581. dolmen_bin
  582. dolmen_loop
  583. dolmen_lsp
  584. dolmen_model
  585. dolmen_type
  586. dolog >= "4.0.0"
  587. domain-name >= "0.1.2"
  588. domain_shims
  589. domainslib
  590. dose3 >= "6.1"
  591. dose3-extra
  592. dot-merlin-reader
  593. dotenv
  594. dream
  595. dream-accept
  596. dream-cli
  597. dream-encoding
  598. dream-html
  599. dream-httpaf
  600. dream-livereload
  601. dream-pure
  602. dream-serve
  603. drom >= "0.3.0"
  604. drom_lib >= "0.3.0"
  605. drom_toml
  606. dropbox >= "0.2"
  607. dropbox_lwt_unix
  608. dscheck < "0.4.0"
  609. dssi >= "0.1.3"
  610. dtoa >= "0.3.2"
  611. dtools >= "0.4.2"
  612. dual
  613. duff >= "0.2"
  614. dum >= "1.0.3"
  615. dump_ocamlformat
  616. dune-action-plugin < "3.3.0"
  617. dune-build-info < "3.3.0"
  618. dune-cargo-build
  619. dune-compiledb
  620. dune-configurator >= "1.11.4" & < "3.3.0"
  621. dune-deps
  622. dune-expand
  623. dune-glob < "3.3.0"
  624. dune-private-libs < "3.3.0"
  625. dune-release >= "1.0.0" & < "2.0.0"
  626. dune-rpc < "3.3.0"
  627. dune-rpc-lwt < "3.3.0"
  628. dune-site < "3.3.0"
  629. duppy >= "0.9.0"
  630. duration >= "0.1.2"
  631. dyn < "3.3.0"
  632. earley >= "2.0.0"
  633. earlybird
  634. easy-format >= "1.3.2" & < "1.3.4"
  635. easy_logging
  636. easy_logging_yojson
  637. ecaml >= "v0.12.0" & < "v0.17.0"
  638. edn >= "0.1.6-1-gff9db95"
  639. ego
  640. eigen >= "0.1.0"
  641. eio < "0.9"
  642. eio-ssl
  643. eio_linux < "0.9"
  644. either
  645. elasticsearch-cli >= "0.5"
  646. electrod >= "0.2.1"
  647. elm_core
  648. elm_playground
  649. elm_playground_native
  650. elm_playground_web
  651. elm_system
  652. elpi >= "1.3.1"
  653. email_message >= "v0.12.0" & < "v0.17.0"
  654. embedded_ocaml_templates < "0.8"
  655. emile >= "0.4"
  656. encoding
  657. encore >= "0.3"
  658. env_config < "v0.17.0"
  659. epictetus
  660. eqaf >= "0.2"
  661. eqaf-cstruct
  662. equinoxe
  663. equinoxe-cohttp
  664. equinoxe-hlc
  665. erlang
  666. erssical >= "1.1.0"
  667. esgg
  668. esperanto-cosmopolitan >= "0.0.5"
  669. ethernet
  670. euler
  671. exenum >= "0.86"
  672. exit
  673. expect >= "0.1.0"
  674. expect_test_helpers >= "v0.12.0"
  675. expect_test_helpers_async < "v0.17.0"
  676. expect_test_helpers_core < "v0.17.0"
  677. expect_test_helpers_kernel >= "v0.12.0"
  678. extlib >= "1.7.9"
  679. extunix >= "0.3.1"
  680. ez_api
  681. ez_cmdliner >= "0.2.0"
  682. ez_config >= "0.2.0"
  683. ez_file >= "0.3.0"
  684. ez_hash
  685. ez_pgocaml
  686. ez_search
  687. ez_subst
  688. ezcurl
  689. ezcurl-lwt
  690. ezdl
  691. ezgzip >= "0.2.3"
  692. ezjs_ace
  693. ezjs_blockies
  694. ezjs_cleave
  695. ezjs_crypto
  696. ezjs_cytoscape
  697. ezjs_d3pie
  698. ezjs_extension
  699. ezjs_fetch
  700. ezjs_idb
  701. ezjs_jquery
  702. ezjs_min
  703. ezjs_odometer
  704. ezjs_push
  705. ezjs_qrcode
  706. ezjs_recaptcha
  707. ezjs_timeline
  708. ezjsonm >= "1.0.0"
  709. ezjsonm-encoding
  710. ezjsonm-lwt >= "1.0.0"
  711. ezresto
  712. ezresto-directory
  713. ezsqlite >= "0.4.2"
  714. ezxenstore >= "0.4.1"
  715. ezxmlm >= "1.1.0"
  716. FPauth
  717. FPauth-core
  718. FPauth-responses
  719. FPauth-strategies
  720. FrontC >= "4.0.0"
  721. faad >= "0.5.0"
  722. facteur
  723. fadbadml >= "0.1.2"
  724. faraday >= "0.7.1"
  725. faraday-async >= "0.7.1"
  726. faraday-lwt >= "0.7.1"
  727. faraday-lwt-unix >= "0.7.1"
  728. farith
  729. farmhash >= "0.4"
  730. fasmifra
  731. fat-filesystem >= "0.13.0"
  732. fd-send-recv >= "2.0.1"
  733. fdkaac >= "0.3.2"
  734. feat
  735. feat-core
  736. feat-num
  737. feather
  738. feather_async
  739. ff
  740. ff-bench
  741. ff-pbt
  742. ff-sig
  743. ffmpeg >= "1.0.0~beta1" & != "1.1.5" & < "1.1.7"
  744. ffmpeg-av != "1.1.5" & < "1.1.7"
  745. ffmpeg-avcodec != "1.1.5" & < "1.1.7"
  746. ffmpeg-avdevice != "1.1.5" & < "1.1.7"
  747. ffmpeg-avfilter != "1.1.5" & < "1.1.7"
  748. ffmpeg-avutil != "1.1.5" & < "1.1.7"
  749. ffmpeg-swresample != "1.1.5" & < "1.1.7"
  750. ffmpeg-swscale != "1.1.5" & < "1.1.7"
  751. fftw3 >= "0.8.2"
  752. fiat-p256
  753. fiber < "3.3.0"
  754. fieldslib >= "v0.12.0" & < "v0.17.0"
  755. file_path < "v0.17.0"
  756. fileutils >= "0.6.1"
  757. finch
  758. fit
  759. fix >= "20181206"
  760. flac >= "0.3.0"
  761. flatunionfind
  762. flex-array
  763. fmlib
  764. fmlib_browser
  765. fmlib_js
  766. fmlib_parse
  767. fmlib_pretty
  768. fmlib_std
  769. fontforge-of-ocaml
  770. fred
  771. freetds >= "0.7"
  772. frei0r >= "0.1.2"
  773. frenetic >= "5.0.5"
  774. fromager
  775. fsevents
  776. fsevents-lwt
  777. fsml
  778. fswatch
  779. fswatch_async
  780. fswatch_lwt
  781. fun-postgresql
  782. fun-sql
  783. fun-sqlite
  784. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  785. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  786. fuseau
  787. fuseau-lwt
  788. fuzzy_compare
  789. fuzzy_match < "v0.17.0"
  790. fzf < "v0.17.0"
  791. General >= "0.6.0"
  792. GT
  793. gapi-ocaml >= "0.3.7"
  794. gbddml
  795. gd >= "1.1"
  796. gdbprofiler >= "0.4"
  797. gemini >= "0.3.0"
  798. gen >= "0.5.2"
  799. gen_js_api >= "1.0.6"
  800. genprint
  801. genspio >= "0.0.3"
  802. genspir >= "1.0.1"
  803. geojson < "0.2.0"
  804. geojsone < "0.2.0"
  805. geoml
  806. get_line >= "7.0.0"
  807. gettext >= "0.4.1"
  808. gettext-camomile
  809. gettext-stub
  810. git >= "2.0.0"
  811. git-cohttp
  812. git-cohttp-mirage
  813. git-cohttp-unix
  814. git-http >= "2.0.0"
  815. git-kv != "0.1.0"
  816. git-mirage >= "2.0.0"
  817. git-paf
  818. git-unix >= "2.0.0"
  819. github >= "4.0.0"
  820. github-data
  821. github-hooks >= "0.4.0"
  822. github-hooks-unix >= "0.4.0"
  823. github-jsoo >= "4.0.0"
  824. github-unix >= "4.0.0"
  825. gitlab
  826. gitlab-jsoo
  827. gitlab-unix
  828. gitlab_pipeline_notifier
  829. glfw-ocaml
  830. globlon
  831. gluten
  832. gluten-async
  833. gluten-eio
  834. gluten-lwt
  835. gluten-lwt-unix
  836. gluten-mirage
  837. gmap >= "0.2.1"
  838. gmp
  839. gnuplot >= "0.6"
  840. gobba
  841. gobject-introspection
  842. goblint >= "1.1.1" & < "2.2.1"
  843. goblint-cil >= "1.8.0"
  844. google-drive-ocamlfuse >= "0.6.26"
  845. gopcaml-mode >= "0.0.2"
  846. gopcaml-mode-merlin
  847. gospel
  848. gotd
  849. gperftools >= "0.4"
  850. gpiod
  851. gpr >= "1.4.0"
  852. gr
  853. graphics >= "5.0.0"
  854. graphql >= "0.8.0"
  855. graphql-async >= "0.8.0"
  856. graphql-cohttp >= "0.9.0"
  857. graphql-lwt >= "0.8.0"
  858. graphql_parser >= "0.9.0"
  859. graphql_ppx >= "0.7.1"
  860. graphv
  861. graphv_core
  862. graphv_core_lib
  863. graphv_font
  864. graphv_font_js
  865. graphv_font_stb_truetype
  866. graphv_gles2
  867. graphv_gles2_native
  868. graphv_gles2_native_impl
  869. graphv_webgl
  870. graphv_webgl_impl
  871. gremlin
  872. grenier >= "0.8"
  873. grid
  874. grpc < "0.2.0"
  875. grpc-async < "0.2.0"
  876. grpc-lwt < "0.2.0"
  877. gsl >= "1.24.0"
  878. gstreamer >= "0.3.1"
  879. guardian
  880. guile
  881. h1
  882. h1-lwt-unix
  883. h1_parser
  884. h2
  885. h2-async
  886. h2-eio
  887. h2-lwt
  888. h2-lwt-unix
  889. h2-mirage
  890. hack_parallel >= "1.0.0"
  891. hacl-star
  892. hacl-star-raw >= "0.5.0"
  893. hacl_x25519
  894. happy-eyeballs
  895. happy-eyeballs-lwt
  896. happy-eyeballs-miou-unix
  897. happy-eyeballs-mirage
  898. hardcaml >= "v0.12.0" & < "v0.17.0"
  899. hardcaml_axi < "v0.17.0"
  900. hardcaml_c < "v0.17.0"
  901. hardcaml_circuits < "v0.17.0"
  902. hardcaml_fixed_point < "v0.17.0"
  903. hardcaml_handshake < "v0.17.0"
  904. hardcaml_of_verilog < "v0.17.0"
  905. hardcaml_step_testbench < "v0.17.0"
  906. hardcaml_verify < "v0.17.0"
  907. hardcaml_verilator < "v0.17.0"
  908. hardcaml_waveterm < "v0.17.0"
  909. hardcaml_xilinx < "v0.17.0"
  910. hardcaml_xilinx_components < "v0.17.0"
  911. hardcaml_xilinx_reports < "v0.17.0"
  912. hashcons >= "1.4.0"
  913. hashids >= "1.0.1"
  914. haxe >= "4.1.1"
  915. hc
  916. hdf5 >= "0.1.5"
  917. headache >= "1.04" & < "1.07"
  918. header-check
  919. herdtools7 >= "7.55"
  920. hex >= "1.3.0"
  921. hex_encode < "v0.17.0"
  922. hexstring
  923. hg_lib < "v0.17.0"
  924. hidapi >= "1.1"
  925. hidapi-lwt
  926. higher_kinded < "v0.17.0"
  927. higlo >= "0.8"
  928. hilite
  929. hkdf >= "1.0.3"
  930. hl_yaml
  931. hockmd
  932. horned_worm >= "0.3.4"
  933. hpack
  934. htmlfromtexbooks
  935. hts_shrink >= "2.1.2"
  936. http < "6.0.0"
  937. http-cookie < "4.3.0"
  938. http-lwt-client
  939. http-mirage-client
  940. http-multipart-formdata
  941. http_async
  942. httpaf >= "0.6.0"
  943. httpaf-async >= "0.6.0"
  944. httpaf-lwt-unix
  945. httpaf_caged
  946. httpcats
  947. httph
  948. httpun
  949. httpun-async
  950. httpun-eio
  951. httpun-lwt
  952. httpun-lwt-unix
  953. httpun-mirage
  954. httpun-types
  955. httpun-ws
  956. httpun-ws-async
  957. httpun-ws-eio
  958. httpun-ws-lwt
  959. httpun-ws-lwt-unix
  960. httpun-ws-mirage
  961. huffman
  962. hvsock >= "2.0.0"
  963. hxd
  964. hyper
  965. ISO3166
  966. ISO8601 >= "0.2.6"
  967. i3ipc >= "0.1.4"
  968. icalendar
  969. idd
  970. idds
  971. imagelib >= "20200929"
  972. incr_dom >= "v0.12.0" & < "v0.17.0"
  973. incr_dom_interactive < "v0.17.0"
  974. incr_dom_keyboard
  975. incr_dom_partial_render < "v0.17.0"
  976. incr_dom_sexp_form < "v0.17.0"
  977. incr_dom_widgets >= "v0.12.0"
  978. incr_map >= "v0.12.0" & < "v0.17.0"
  979. incr_select >= "v0.12.0" & < "v0.17.0"
  980. incremental >= "v0.12.0" & < "v0.17.0"
  981. indentation_buffer < "v0.17.0"
  982. index
  983. index-bench
  984. inferno >= "20190924"
  985. influxdb
  986. influxdb-async
  987. influxdb-lwt
  988. inotify >= "2.4" & < "2.6"
  989. inquire
  990. int_repr < "v0.17.0"
  991. integers >= "0.3.0"
  992. integers_stubs_js
  993. integration1d >= "0.5.1"
  994. interface-prime
  995. interface-prime-lwt
  996. interval >= "1.5" & < "1.6"
  997. interval-map
  998. interval_base
  999. interval_crlibm
  1000. interval_intel
  1001. io-page >= "2.1.0"
  1002. io-page-unix >= "2.1.0"
  1003. io-page-xen >= "2.1.0"
  1004. iostream
  1005. iostream-camlzip
  1006. ipaddr >= "2.9.0"
  1007. ipaddr-cstruct
  1008. ipaddr-sexp
  1009. irc-client >= "0.6.2"
  1010. irc-client-lwt >= "0.6.2"
  1011. irc-client-lwt-ssl
  1012. irc-client-tls >= "0.6.2"
  1013. irc-client-unix >= "0.6.2"
  1014. iri >= "0.6.0"
  1015. irmin >= "2.0.0"
  1016. irmin-bench
  1017. irmin-chunk >= "2.0.0"
  1018. irmin-cli
  1019. irmin-client
  1020. irmin-containers
  1021. irmin-fs >= "2.0.0"
  1022. irmin-git >= "2.0.0"
  1023. irmin-graphql
  1024. irmin-http >= "2.0.0"
  1025. irmin-indexeddb >= "2.0"
  1026. irmin-layers
  1027. irmin-mem >= "2.0.0"
  1028. irmin-mirage >= "2.0.0"
  1029. irmin-mirage-git
  1030. irmin-mirage-graphql
  1031. irmin-pack
  1032. irmin-pack-tools
  1033. irmin-server
  1034. irmin-test
  1035. irmin-tezos
  1036. irmin-tezos-utils
  1037. irmin-unix >= "2.0.0"
  1038. irmin-watcher >= "0.5.0"
  1039. iso639
  1040. iter >= "1.4"
  1041. itv-tree >= "2.2"
  1042. JsOfOCairo >= "2.0.0"
  1043. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1044. jane_rope < "v0.17.0"
  1045. janestreet_cpuid < "v0.17.0"
  1046. janestreet_csv < "v0.17.0"
  1047. janestreet_lru_cache < "v0.17.0"
  1048. jekyll-format >= "0.2.0"
  1049. jemalloc >= "0.2"
  1050. jerboa
  1051. jhupllib >= "0.2.1"
  1052. jingoo >= "1.3.0"
  1053. jose
  1054. js_of_ocaml >= "3.3.0" & < "4.1.0"
  1055. js_of_ocaml-compiler >= "3.3.0" & < "4.1.0"
  1056. js_of_ocaml-lwt >= "3.3.0" & < "4.1.0"
  1057. js_of_ocaml-ocamlbuild >= "3.5.0"
  1058. js_of_ocaml-ppx >= "3.3.0" & < "4.1.0"
  1059. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "4.1.0"
  1060. js_of_ocaml-toplevel >= "3.3.0" & < "4.1.0"
  1061. js_of_ocaml-tyxml >= "3.3.0" & < "4.1.0"
  1062. js_of_ocaml-webgpu
  1063. js_of_ocaml-webidl
  1064. js_of_ocaml_patches < "v0.17.0"
  1065. json-data-encoding
  1066. json-data-encoding-browser
  1067. json-data-encoding-bson
  1068. json_decoder
  1069. jsonaf < "v0.17.0"
  1070. jsonoo
  1071. jsonrpc
  1072. jsonschema2atd
  1073. jsonxt
  1074. jsoo-react
  1075. jsoo_broadcastchannel >= "2.0.0"
  1076. jsoo_storage >= "1.0.1"
  1077. jst-config < "v0.17.0"
  1078. junit >= "2.0.1"
  1079. junit_alcotest >= "2.0.1"
  1080. junit_ounit >= "2.0.1"
  1081. jupyter >= "2.3.2"
  1082. jupyter-archimedes >= "2.3.2"
  1083. jupyter-kernel
  1084. jwto
  1085. kafka >= "0.5"
  1086. kafka_async
  1087. kafka_lwt
  1088. kappa-agents
  1089. kappa-binaries
  1090. kappa-library
  1091. kappa-server
  1092. kcas < "0.1.6"
  1093. kdf
  1094. kdl
  1095. ke
  1096. key-parsers >= "0.10.0"
  1097. kicadsch >= "0.4.0"
  1098. kind2
  1099. kinetic-client >= "0.0.11"
  1100. kittyimg
  1101. kmt
  1102. knights_tour
  1103. kqueue
  1104. krb
  1105. lab
  1106. lablgtk3 >= "3.0.beta4"
  1107. lablgtk3-extras >= "3.0.1"
  1108. lablgtk3-goocanvas2
  1109. lablgtk3-gtkspell3
  1110. lablgtk3-rsvg2
  1111. lablgtk3-sourceview3
  1112. lablqml >= "0.6"
  1113. labrys
  1114. lacaml >= "11.0.2"
  1115. ladspa >= "0.2.0"
  1116. lambda
  1117. lambda-runtime
  1118. lambda-term >= "2.0"
  1119. lambda_streams
  1120. lambda_streams_async
  1121. lambda_streams_lwt
  1122. lambdapi >= "2.0.0" & < "2.3.1"
  1123. lambdasoup >= "0.6.4"
  1124. lame >= "0.3.4"
  1125. landmarks >= "1.4"
  1126. landmarks-ppx
  1127. lascar >= "0.6-alpha"
  1128. lastfm = "0.3.3"
  1129. launchd >= "1.3"
  1130. lazy-trie >= "1.2.0"
  1131. lbfgs >= "0.9.1"
  1132. lbvs_consent >= "2.1.0"
  1133. ldap >= "2.4.1"
  1134. ldp
  1135. ldp_curl
  1136. ldp_js
  1137. ldp_tls
  1138. leaflet
  1139. learn-ocaml
  1140. learn-ocaml-client
  1141. ledgerwallet
  1142. ledgerwallet-tezos
  1143. lens >= "1.2.3"
  1144. letsencrypt
  1145. letsencrypt-app
  1146. letsencrypt-dns
  1147. letsencrypt-mirage
  1148. letters
  1149. leveldb >= "1.3.0"
  1150. libabsolute
  1151. libbinaryen < "105.1.0" | >= "107.0.1"
  1152. libirmin
  1153. libsail
  1154. libsvm >= "0.10.0"
  1155. libzipperposition
  1156. lilac
  1157. lilv
  1158. line-up-words >= "v0.12.0" & < "v0.17.0"
  1159. line_oriented
  1160. linenoise >= "1.2.0"
  1161. links >= "0.9"
  1162. links-mysql
  1163. links-postgresql >= "0.9"
  1164. links-sqlite3
  1165. linol
  1166. linol-eio
  1167. linol-lwt
  1168. lintcstubs
  1169. lintcstubs-arity
  1170. lintcstubs-gen
  1171. linwrap
  1172. liquid_interpreter
  1173. liquid_ml
  1174. liquid_parser
  1175. liquid_std
  1176. liquid_syntax
  1177. little_logger
  1178. llama
  1179. llama-cpp-ocaml
  1180. llama_core
  1181. llama_interactive
  1182. llama_midi
  1183. llvm >= "15.0.7+nnp-2"
  1184. lmdb >= "1.0"
  1185. lo >= "0.2.0"
  1186. lockfree
  1187. loga >= "0.0.5"
  1188. logical
  1189. logs-async < "1.3"
  1190. logs-async-reporter < "1.3"
  1191. logs-ppx
  1192. logs-syslog >= "0.2.0"
  1193. logtk >= "1.5.1"
  1194. lp
  1195. lp-glpk
  1196. lp-glpk-js
  1197. lp-gurobi
  1198. lpd >= "1.2.2"
  1199. lreplay < "0.1.1"
  1200. lru >= "0.3.0"
  1201. lru_cache
  1202. lsp
  1203. lt-code
  1204. lua-ml >= "0.9.3"
  1205. lua_parser
  1206. lucid
  1207. lun
  1208. lustre-v6 >= "6.103.3"
  1209. lutils >= "1.51.2"
  1210. lutin >= "2.71.10"
  1211. luv
  1212. luv_unix
  1213. lwd
  1214. lwt >= "4.2.0"
  1215. lwt-canceler >= "0.2"
  1216. lwt-dllist
  1217. lwt-exit
  1218. lwt-parallel >= "1.0.0"
  1219. lwt-watcher >= "0.2"
  1220. lwt_domain
  1221. lwt_eio < "0.4"
  1222. lwt_glib >= "1.1.1"
  1223. lwt_log >= "1.1.1"
  1224. lwt_ppx >= "1.2.2"
  1225. lwt_react >= "1.1.2"
  1226. lwt_retry
  1227. lwt_ssl >= "1.1.3"
  1228. lz4 >= "1.2.0"
  1229. lz4_chans >= "3.0.1"
  1230. lzo >= "0.0.3"
  1231. m_tree
  1232. macaddr
  1233. macaddr-cstruct
  1234. macaddr-sexp
  1235. mad >= "0.5.0"
  1236. magic-mime >= "1.1.2"
  1237. magic-trace
  1238. make-random
  1239. malfunction
  1240. man_in_the_middle_debugger < "v0.17.0"
  1241. markdown
  1242. markup >= "0.8.0"
  1243. markup-lwt
  1244. mastodon-archive-viewer >= "0.2"
  1245. matplotlib
  1246. mc2
  1247. mccs >= "1.1+10"
  1248. md2mld < "0.7.0"
  1249. mdx != "1.7.0" & < "2.2.0"
  1250. mec
  1251. mechaml >= "1.1.0"
  1252. mehari
  1253. mehari-eio
  1254. mehari-eio-unix
  1255. mehari-lwt-unix
  1256. mehari-mirage
  1257. melange-compiler-libs
  1258. mem_usage
  1259. memcad >= "1.1.0"
  1260. memgraph
  1261. memgraph_kitty
  1262. memo
  1263. memprof-limits
  1264. memtrace
  1265. memtrace-mirage
  1266. memtrace_viewer
  1267. menhir >= "20200123"
  1268. menhirCST
  1269. menhirLib
  1270. menhirSdk
  1271. merge-fmt
  1272. merlin >= "3.2.1"
  1273. merlin-extend >= "0.4"
  1274. merlin-lib
  1275. mesh >= "0.9.5"
  1276. mesh-easymesh >= "0.9.5"
  1277. mesh-graphics >= "0.9.5"
  1278. mesh-triangle >= "0.9.5"
  1279. metadb
  1280. metapp
  1281. metaquot
  1282. metrics
  1283. metrics-influx
  1284. metrics-lwt
  1285. metrics-mirage
  1286. metrics-rusage
  1287. metrics-unix
  1288. mew
  1289. mew_vi
  1290. middleware
  1291. mimic
  1292. mimic-happy-eyeballs
  1293. mindstorm >= "0.8"
  1294. mindstorm-lwt
  1295. minicaml
  1296. minicli >= "5.0.2"
  1297. minisat >= "0.3"
  1298. miou
  1299. mirage >= "3.3.0"
  1300. mirage-block >= "1.2.0"
  1301. mirage-block-ccm >= "1.1.0"
  1302. mirage-block-combinators
  1303. mirage-block-lwt >= "1.2.0"
  1304. mirage-block-ramdisk >= "0.4"
  1305. mirage-block-solo5 >= "0.6.0"
  1306. mirage-block-unix >= "2.11.0"
  1307. mirage-block-xen
  1308. mirage-bootvar
  1309. mirage-bootvar-solo5 >= "0.6.0"
  1310. mirage-bootvar-unix
  1311. mirage-bootvar-xen >= "0.6.0"
  1312. mirage-channel >= "3.2.0"
  1313. mirage-channel-lwt >= "3.2.0"
  1314. mirage-clock >= "2.0.0"
  1315. mirage-clock-freestanding >= "2.0.0"
  1316. mirage-clock-lwt >= "2.0.0"
  1317. mirage-clock-solo5
  1318. mirage-clock-unix >= "2.0.0"
  1319. mirage-conduit = "1.3.0" | >= "3.1.0"
  1320. mirage-console >= "2.4.0"
  1321. mirage-console-lwt >= "2.4.0"
  1322. mirage-console-solo5 >= "0.6.0"
  1323. mirage-console-unix >= "2.4.1"
  1324. mirage-console-xen
  1325. mirage-console-xen-backend >= "2.4.0"
  1326. mirage-console-xen-proto >= "2.4.0"
  1327. mirage-crypto
  1328. mirage-crypto-ec
  1329. mirage-crypto-entropy
  1330. mirage-crypto-pk
  1331. mirage-crypto-rng
  1332. mirage-crypto-rng-async
  1333. mirage-crypto-rng-eio
  1334. mirage-crypto-rng-lwt
  1335. mirage-crypto-rng-miou-unix
  1336. mirage-crypto-rng-mirage
  1337. mirage-device >= "1.2.0"
  1338. mirage-dns >= "3.1.0"
  1339. mirage-entropy >= "0.5.1"
  1340. mirage-flow >= "1.6.0"
  1341. mirage-flow-combinators
  1342. mirage-flow-lwt >= "1.6.0"
  1343. mirage-flow-rawlink >= "1.1.0"
  1344. mirage-flow-unix >= "1.6.0"
  1345. mirage-fs >= "1.2.0"
  1346. mirage-fs-lwt >= "1.2.0"
  1347. mirage-fs-mem
  1348. mirage-fs-unix >= "1.6.0"
  1349. mirage-kv >= "2.0.0"
  1350. mirage-kv-lwt >= "2.0.0"
  1351. mirage-kv-mem
  1352. mirage-kv-unix < "3.0.0"
  1353. mirage-logs >= "1.0.0"
  1354. mirage-monitoring
  1355. mirage-nat >= "1.1.0"
  1356. mirage-net >= "2.0.0"
  1357. mirage-net-lwt >= "2.0.0"
  1358. mirage-net-macosx >= "1.5.0"
  1359. mirage-net-solo5 >= "0.4.3"
  1360. mirage-net-unix >= "2.5.0"
  1361. mirage-net-xen
  1362. mirage-profile >= "0.9.0"
  1363. mirage-profile-unix >= "0.9.0"
  1364. mirage-profile-xen >= "0.9.0"
  1365. mirage-protocols >= "2.0.0"
  1366. mirage-protocols-lwt >= "2.0.0"
  1367. mirage-qubes >= "0.7.0"
  1368. mirage-qubes-ipv4 >= "0.7.0"
  1369. mirage-random >= "1.2.0"
  1370. mirage-random-stdlib
  1371. mirage-random-test
  1372. mirage-runtime >= "3.3.0"
  1373. mirage-solo5 >= "0.6.2"
  1374. mirage-stack >= "1.4.0"
  1375. mirage-stack-lwt >= "1.4.0"
  1376. mirage-time >= "1.3.0"
  1377. mirage-time-lwt >= "1.3.0"
  1378. mirage-time-unix >= "1.3.0"
  1379. mirage-types >= "3.3.0"
  1380. mirage-types-lwt >= "3.3.0"
  1381. mirage-unix >= "3.2.0"
  1382. mirage-vnetif >= "0.4.2"
  1383. mirage-vnetif-stack
  1384. mirage-xen
  1385. mkaudio >= "1.1.0"
  1386. mkocaml
  1387. mlbdd >= "0.7.2"
  1388. mlfenv
  1389. mlmpfr >= "4.0.2+dune"
  1390. mlpost >= "0.9"
  1391. mlpost-lablgtk
  1392. mlt_parser >= "v0.12.0" & < "v0.17.0"
  1393. mm >= "0.7.0" & < "0.8.2"
  1394. mmap
  1395. mmdb
  1396. mnd
  1397. mock >= "0.1.1"
  1398. mock-ounit >= "0.1.1"
  1399. module-graph
  1400. molenc >= "5.0.0"
  1401. monaco_jsoo
  1402. monolith < "20241126"
  1403. monomorphic >= "2.0"
  1404. monorobot
  1405. moonpool
  1406. moonpool-io
  1407. moonpool-lwt
  1408. morbig >= "0.10.3"
  1409. morsmall
  1410. moss >= "0.1.1"
  1411. mparser >= "1.3"
  1412. mparser-pcre
  1413. mparser-re
  1414. mperf
  1415. mpg123
  1416. mpp >= "0.3.4"
  1417. mpris >= "0.2.0"
  1418. mpris-clients
  1419. mrmime
  1420. mrt-format >= "0.3.1"
  1421. msat >= "0.8"
  1422. msat-bin
  1423. msgpck >= "1.5"
  1424. msgpck-repr
  1425. mssql
  1426. mugen
  1427. mula
  1428. multibase
  1429. multicodec
  1430. multihash
  1431. multihash-digestif
  1432. multipart-form-data >= "0.3.0"
  1433. multipart_form
  1434. multipart_form-cohttp-lwt
  1435. multipart_form-eio
  1436. multipart_form-lwt
  1437. murmur3 >= "0.3"
  1438. mustache >= "3.1.0"
  1439. mustache-cli
  1440. mutaml
  1441. mutf8
  1442. mwt
  1443. mybuild >= "7"
  1444. mysql8
  1445. mysql_protocol >= "3.0.1"
  1446. n_ary < "v0.17.0"
  1447. naboris
  1448. nacc
  1449. nanoid
  1450. nanosvg
  1451. nanosvg_text
  1452. nbd >= "4.0.3"
  1453. nbd-tool
  1454. nbd-unix
  1455. netchannel
  1456. netkat
  1457. netlink >= "0.3.4"
  1458. netsnmp < "v0.17.0"
  1459. nice_parser
  1460. ninja_utils
  1461. nlopt
  1462. nmea
  1463. noCanren >= "0.3.0~alpha1"
  1464. nocoiner
  1465. node_of_ocaml
  1466. noise
  1467. non_empty_list
  1468. nottui
  1469. nottui-lwt
  1470. nottui-pretty
  1471. notty >= "0.2.3"
  1472. notty_async >= "v0.12.0" & < "v0.17.0"
  1473. np
  1474. npy >= "0.0.9"
  1475. nsq >= "0.4.0"
  1476. numeric_string < "v0.17.0"
  1477. nuscr
  1478. OCanren
  1479. OCanren-ppx
  1480. obeam
  1481. obelisk >= "0.5.0"
  1482. obuilder < "0.5"
  1483. obuilder-spec < "0.5"
  1484. obus >= "1.2.0"
  1485. ocal >= "0.2.2"
  1486. ocaml-canvas
  1487. ocaml-compiler-libs >= "v0.12.0"
  1488. ocaml-embed-file < "v0.17.0"
  1489. ocaml-in-python
  1490. ocaml-index
  1491. ocaml-lsp-server
  1492. ocaml-lua >= "1.8"
  1493. ocaml-migrate-parsetree >= "1.2.0"
  1494. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1495. ocaml-monadic >= "0.4.1"
  1496. ocaml-print-intf
  1497. ocaml-probes < "v0.17.0"
  1498. ocaml-protoc >= "2.0.1"
  1499. ocaml-protoc-plugin < "4.3.1"
  1500. ocaml-r >= "0.1.1"
  1501. ocaml-syntax-shims
  1502. ocaml-systemd >= "1.3"
  1503. ocaml-top >= "1.2.0"
  1504. ocaml-vdom < "transition"
  1505. ocaml-version >= "1.0.0" & < "3.6.0"
  1506. ocaml_db_model
  1507. ocaml_intrinsics < "v0.17.0"
  1508. ocaml_pgsql_model
  1509. ocaml_plugin >= "v0.12.0"
  1510. ocamlapi
  1511. ocamlapi_async
  1512. ocamlapi_lwt_unix
  1513. ocamlapi_ppx
  1514. ocamlc-loc < "3.3.0"
  1515. ocamlcodoc
  1516. ocamldiff >= "1.2"
  1517. ocamlformat >= "0.24.1"
  1518. ocamlformat-lib
  1519. ocamlformat-mlx
  1520. ocamlformat-mlx-lib
  1521. ocamlformat-rpc < "removed"
  1522. ocamlformat-rpc-lib
  1523. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1524. ocamlgraph >= "2.0.0"
  1525. ocamlgraph_gtk
  1526. ocamline
  1527. ocamlog
  1528. ocb
  1529. ocf >= "0.8.0"
  1530. ocf_ppx
  1531. ockt
  1532. ocluster < "0.2"
  1533. ocluster-api < "0.2"
  1534. ocolor
  1535. ocp-browser >= "1.1.9"
  1536. ocp-indent >= "1.7.0"
  1537. ocp-indent-nlfork >= "1.5.4"
  1538. ocp-index >= "1.1.9"
  1539. ocp-search
  1540. ocp_reveal
  1541. ocplib-endian >= "1.1"
  1542. ocplib-json-typed-browser
  1543. ocplib-json-typed-bson
  1544. ocplib-simplex >= "0.5"
  1545. ocplib_stuff >= "0.4.0"
  1546. ocsigen-i18n >= "4.0.0"
  1547. ocsigen-ppx-rpc
  1548. ocsigenserver >= "4.0.1"
  1549. ocsipersist
  1550. ocsipersist-dbm
  1551. ocsipersist-dbm-config
  1552. ocsipersist-lib
  1553. ocsipersist-pgsql
  1554. ocsipersist-pgsql-config
  1555. ocsipersist-sqlite
  1556. ocsipersist-sqlite-config
  1557. octavius >= "1.2.2"
  1558. octez-accuser-Proxford < "19.0"
  1559. octez-accuser-PtLimaPt
  1560. octez-accuser-PtMumbai
  1561. octez-accuser-PtNairob < "19.0"
  1562. octez-alcotezt < "19.0"
  1563. octez-baker-Proxford < "19.0"
  1564. octez-baker-PtLimaPt
  1565. octez-baker-PtMumbai
  1566. octez-baker-PtNairob < "19.0"
  1567. octez-bls12-381-hash
  1568. octez-bls12-381-polynomial
  1569. octez-bls12-381-signature
  1570. octez-client < "19.0"
  1571. octez-codec < "19.0"
  1572. octez-crawler < "19.0"
  1573. octez-dac-client < "19.0"
  1574. octez-dac-node < "19.0"
  1575. octez-distributed-internal < "19.0"
  1576. octez-distributed-lwt-internal < "19.0"
  1577. octez-injector < "19.0"
  1578. octez-l2-libs < "19.0"
  1579. octez-libs < "19.0"
  1580. octez-mec
  1581. octez-node < "19.0"
  1582. octez-node-config < "19.0"
  1583. octez-plompiler
  1584. octez-plonk
  1585. octez-polynomial
  1586. octez-proto-libs < "19.0"
  1587. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1588. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1589. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1590. octez-protocol-003-PsddFKi3-libs < "19.0"
  1591. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1592. octez-protocol-005-PsBabyM1-libs < "19.0"
  1593. octez-protocol-006-PsCARTHA-libs < "19.0"
  1594. octez-protocol-007-PsDELPH1-libs < "19.0"
  1595. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1596. octez-protocol-009-PsFLoren-libs < "19.0"
  1597. octez-protocol-010-PtGRANAD-libs < "19.0"
  1598. octez-protocol-011-PtHangz2-libs < "19.0"
  1599. octez-protocol-012-Psithaca-libs < "19.0"
  1600. octez-protocol-013-PtJakart-libs < "19.0"
  1601. octez-protocol-014-PtKathma-libs < "19.0"
  1602. octez-protocol-015-PtLimaPt-libs < "19.0"
  1603. octez-protocol-016-PtMumbai-libs < "19.0"
  1604. octez-protocol-017-PtNairob-libs < "19.0"
  1605. octez-protocol-018-Proxford-libs < "19.0"
  1606. octez-protocol-alpha-libs < "19.0"
  1607. octez-protocol-compiler < "19.0"
  1608. octez-proxy-server < "19.0"
  1609. octez-shell-libs < "19.0"
  1610. octez-signer < "19.0"
  1611. octez-smart-rollup-client-Proxford
  1612. octez-smart-rollup-client-PtMumbai
  1613. octez-smart-rollup-client-PtNairob
  1614. octez-smart-rollup-node < "19.0"
  1615. octez-smart-rollup-node-alpha < "19.0"
  1616. octez-smart-rollup-node-lib < "19.0"
  1617. octez-smart-rollup-node-Proxford < "19.0"
  1618. octez-smart-rollup-node-PtMumbai
  1619. octez-smart-rollup-node-PtNairob < "19.0"
  1620. octez-smart-rollup-wasm-benchmark-lib
  1621. octez-smart-rollup-wasm-debugger < "19.0"
  1622. octez-tx-rollup-client-PtLimaPt
  1623. octez-tx-rollup-node-PtLimaPt
  1624. octez-version < "19.0"
  1625. odash
  1626. odate >= "0.6"
  1627. odds >= "1.1"
  1628. odep
  1629. odepack >= "0.6.9"
  1630. odnnr
  1631. odoc >= "1.4.0" & < "2.3.0"
  1632. odoc-parser < "2.3.0"
  1633. of_json < "v0.17.0"
  1634. offheap
  1635. ogg = "0.6.0" | >= "0.7.0"
  1636. ohex
  1637. oidc
  1638. ojs
  1639. ojs_base
  1640. ojs_base_all
  1641. ojs_base_ppx
  1642. ojs_ed
  1643. ojs_filetree
  1644. ojs_list
  1645. olinq >= "0.3"
  1646. omd >= "1.3.2"
  1647. ometrics
  1648. omg
  1649. omigrate
  1650. omlr >= "1.0.3"
  1651. omtl
  1652. oniguruma
  1653. opam-0install
  1654. opam-0install-cudf
  1655. opam-bin >= "1.0.0"
  1656. opam-build
  1657. opam-client >= "2.0.2"
  1658. opam-compiler
  1659. opam-core >= "2.0.2"
  1660. opam-custom-install
  1661. opam-devel >= "2.0.2"
  1662. opam-ed >= "0.4"
  1663. opam-file-format >= "2.1.0" & < "2.1.5"
  1664. opam-format >= "2.0.2"
  1665. opam-graph
  1666. opam-grep >= "0.2.0"
  1667. opam-installer >= "2.0.2"
  1668. opam-monorepo < "0.3.3"
  1669. opam-package-upgrade >= "0.2"
  1670. opam-publish >= "2.0.2"
  1671. opam-repository >= "2.0.2"
  1672. opam-solver >= "2.0.2"
  1673. opam-spin
  1674. opam-state >= "2.0.2"
  1675. opam-test
  1676. opam2web >= "2.0"
  1677. opam_bin_lib != "0.9.5"
  1678. opasswd >= "1.3.1"
  1679. opazl
  1680. openai-gym
  1681. openapi
  1682. openapi-opium
  1683. openapi_router
  1684. opencc0
  1685. opencc1
  1686. opencc1_1
  1687. openQASM
  1688. openstellina
  1689. opentelemetry
  1690. opentelemetry-client-cohttp-lwt
  1691. opentelemetry-client-ocurl
  1692. opentelemetry-cohttp-lwt
  1693. opentelemetry-lwt
  1694. opium >= "0.17.0"
  1695. opium-graphql
  1696. opium-testing
  1697. opium_kernel >= "0.17.0"
  1698. oplot
  1699. oplsr
  1700. opomodoro
  1701. opsian
  1702. optal
  1703. opti
  1704. optimization1d >= "0.6.1"
  1705. optiml-transport
  1706. optint >= "0.0.2"
  1707. opus >= "0.2.0"
  1708. oraft < "0.3.0"
  1709. oranger >= "2.0.1"
  1710. orb
  1711. order-i3-xfce
  1712. ordering < "3.3.0"
  1713. ordinal_abbreviation < "v0.17.0"
  1714. ordma >= "0.0.5"
  1715. orec >= "1.0.1"
  1716. orewa
  1717. orf
  1718. orgeat
  1719. orpie
  1720. orrandomForest
  1721. orsvm_e1071 >= "4.0.0"
  1722. orxgboost >= "1.1.0"
  1723. osc >= "0.2.0"
  1724. osc-lwt
  1725. osc-unix
  1726. oseq >= "0.2"
  1727. osh
  1728. oskel
  1729. osnap
  1730. osx-secure-transport >= "0.1.1"
  1731. otf
  1732. otoggl
  1733. otoml
  1734. otr >= "0.3.6"
  1735. ounit = "2.1.2"
  1736. ounit-lwt < "2.2.0"
  1737. ounit2
  1738. ounit2-lwt
  1739. override
  1740. owee >= "0.3"
  1741. owi
  1742. owl >= "0.4.0"
  1743. owl-base >= "0.4.0"
  1744. owl-jupyter
  1745. owl-ode
  1746. owl-ode-base
  1747. owl-ode-odepack
  1748. owl-ode-sundials
  1749. owl-opt
  1750. owl-opt-lbfgs
  1751. owl-plplot
  1752. owl-symbolic
  1753. owl-top >= "0.4.0"
  1754. owl-zoo >= "0.4.0"
  1755. owork
  1756. ozulip
  1757. p4pp
  1758. p5scm
  1759. packstream
  1760. pacomb
  1761. paf
  1762. paf-cohttp
  1763. paf-le
  1764. pam < "v0.17.0"
  1765. pandoc
  1766. pandoc-abbreviations
  1767. pandoc-comment
  1768. pandoc-crossref
  1769. pandoc-include
  1770. pandoc-inspect
  1771. pandoc-pdf2png
  1772. pandoc-replace
  1773. papi >= "0.1.1"
  1774. parany >= "7.0.2"
  1775. pardi >= "2.0.2"
  1776. parmap >= "1.1.1"
  1777. parse-argv >= "0.2.0"
  1778. parsexp >= "v0.12.0" & < "v0.17.0"
  1779. parsexp_io >= "v0.12.0" & < "v0.17.0"
  1780. parsley
  1781. patch
  1782. patdiff >= "v0.12.1" & < "v0.17.0"
  1783. path_glob
  1784. patience_diff >= "v0.12.0" & < "v0.17.0"
  1785. patoline >= "0.2"
  1786. patricia-tree
  1787. pattern
  1788. pb
  1789. pb-plugin
  1790. pbkdf >= "1.0.0"
  1791. pbrt
  1792. pbrt_services
  1793. pbrt_yojson
  1794. pcap-format >= "0.5.2"
  1795. pcre >= "7.3.5"
  1796. pcre2
  1797. pds-reachability >= "0.2.2"
  1798. pecu >= "0.2"
  1799. petr4
  1800. pf-qubes
  1801. pg_query
  1802. pgocaml >= "4.0"
  1803. pgocaml_ppx
  1804. pgx >= "1.0" & < "2.2"
  1805. pgx_async >= "1.0" & < "2.2"
  1806. pgx_lwt >= "1.0" & < "2.2"
  1807. pgx_lwt_mirage < "2.2"
  1808. pgx_lwt_unix < "2.2"
  1809. pgx_unix >= "1.0" & < "2.2"
  1810. pgx_value_core < "2.2"
  1811. pgx_value_ptime < "2.2"
  1812. phantom-algebra >= "1.0.1"
  1813. phonetic
  1814. phylogenetics < "0.2.0"
  1815. piaf
  1816. picasso
  1817. piqi >= "0.7.8"
  1818. piqilib >= "0.6.16"
  1819. pixel_pusher
  1820. pkcs11 >= "0.18.0"
  1821. pkcs11-cli
  1822. pkcs11-driver
  1823. pkcs11-rev
  1824. pla >= "1.3"
  1825. plateau
  1826. plato
  1827. plebeia < "2.0.0"
  1828. plist-xml
  1829. plist-xml-lwt
  1830. plotkicadsch >= "0.4.0"
  1831. plplot >= "5.11.0-1"
  1832. polka
  1833. poll
  1834. polling_state_rpc < "v0.17.0"
  1835. polly
  1836. polynomial
  1837. pomap >= "4.1.0"
  1838. popper
  1839. portaudio >= "0.2.2"
  1840. portaudio_c_bindings
  1841. portmidi
  1842. posix-base
  1843. posix-bindings
  1844. posix-getopt >= "2.0.0"
  1845. posix-signal
  1846. posix-socket
  1847. posix-socket-unix
  1848. posix-time2
  1849. posix-types >= "2.0.0"
  1850. posix-uname
  1851. posixat >= "v0.12.0" & < "v0.17.0"
  1852. postgres_async < "v0.17.0"
  1853. postgresql >= "4.4.1"
  1854. pp
  1855. pp-binary-ints
  1856. pp_loc
  1857. pprint >= "20200226"
  1858. ppx-owl-opt
  1859. ppx_accessor < "v0.17.0"
  1860. ppx_assert >= "v0.12.0" & < "v0.17.0"
  1861. ppx_bap
  1862. ppx_base >= "v0.12.0" & < "v0.17.0"
  1863. ppx_bench >= "v0.12.0" & < "v0.17.0"
  1864. ppx_bigarray >= "3.0.0"
  1865. ppx_bin_prot >= "v0.12.0" & < "v0.17.0"
  1866. ppx_bitstring >= "4.0.0"
  1867. ppx_blob >= "0.6.0"
  1868. ppx_bsx
  1869. ppx_camlrack
  1870. ppx_catch
  1871. ppx_cold < "v0.17.0"
  1872. ppx_compare >= "v0.12.0" & < "v0.17.0"
  1873. ppx_compose >= "0.1.0"
  1874. ppx_const >= "2.0"
  1875. ppx_conv_func >= "v0.12.0" & < "v0.17.0"
  1876. ppx_counters
  1877. ppx_css < "v0.17.0"
  1878. ppx_cstruct >= "3.3.0"
  1879. ppx_cstubs
  1880. ppx_csv_conv >= "v0.12.0" & < "v0.17.0"
  1881. ppx_custom_printf >= "v0.12.0" & < "v0.17.0"
  1882. ppx_decimal
  1883. ppx_defer >= "0.4.0"
  1884. ppx_demo < "v0.17.0"
  1885. ppx_derive_at_runtime < "v0.17.0"
  1886. ppx_derivers >= "1.2.1"
  1887. ppx_deriving = "4.3" | >= "4.5-1"
  1888. ppx_deriving_cmdliner >= "0.5.1"
  1889. ppx_deriving_encoding
  1890. ppx_deriving_hardcaml >= "v0.12.0"
  1891. ppx_deriving_hash
  1892. ppx_deriving_json_schema
  1893. ppx_deriving_jsoo
  1894. ppx_deriving_madcast >= "0.2"
  1895. ppx_deriving_popper
  1896. ppx_deriving_protobuf >= "2.7"
  1897. ppx_deriving_qcheck
  1898. ppx_deriving_rpc >= "6.1.0"
  1899. ppx_deriving_scad
  1900. ppx_deriving_yaml < "0.4.0"
  1901. ppx_deriving_yojson >= "3.3"
  1902. ppx_disable_unused_warnings < "v0.17.0"
  1903. ppx_distr_guards >= "0.2"
  1904. ppx_enum
  1905. ppx_enumerate >= "v0.12.0" & < "v0.17.0"
  1906. ppx_expect >= "v0.12.0" & < "v0.17.0"
  1907. ppx_factory
  1908. ppx_fail >= "v0.12.0"
  1909. ppx_fast_pipe
  1910. ppx_fields_conv >= "v0.12.0" & < "v0.17.0"
  1911. ppx_fixed_literal < "v0.17.0"
  1912. ppx_gen_rec >= "1.1.0"
  1913. ppx_getenv >= "2.0"
  1914. ppx_globalize < "v0.17.0"
  1915. ppx_hash >= "v0.12.0" & < "v0.17.0"
  1916. ppx_here >= "v0.12.0" & < "v0.17.0"
  1917. ppx_ignore_instrumentation < "v0.17.0"
  1918. ppx_import >= "1.5-3-gbd627d5"
  1919. ppx_inline_alcotest
  1920. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1921. ppx_irmin
  1922. ppx_jane >= "v0.12.0" & < "v0.17.0"
  1923. ppx_js_style >= "v0.12.0" & < "v0.17.0"
  1924. ppx_jsobject_conv >= "0.6.0"
  1925. ppx_jsonaf_conv < "v0.17.0"
  1926. ppx_let >= "v0.12.0" & < "v0.17.0"
  1927. ppx_log < "v0.17.0"
  1928. ppx_make
  1929. ppx_map
  1930. ppx_matches
  1931. ppx_meta_conv >= "4.0.1"
  1932. ppx_module_timer < "v0.17.0"
  1933. ppx_monad
  1934. ppx_monoid >= "0.3.2"
  1935. ppx_mysql
  1936. ppx_mysql_identity
  1937. ppx_open
  1938. ppx_optcomp >= "v0.12.0" & < "v0.17.0"
  1939. ppx_optional >= "v0.12.0" & < "v0.17.0"
  1940. ppx_parser
  1941. ppx_pattern_bind < "v0.17.0"
  1942. ppx_pbt
  1943. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1944. ppx_protocol_conv >= "3.1.0"
  1945. ppx_protocol_conv_json >= "3.1.0"
  1946. ppx_protocol_conv_jsonm
  1947. ppx_protocol_conv_msgpack >= "3.1.0"
  1948. ppx_protocol_conv_xml_light >= "3.1.0"
  1949. ppx_protocol_conv_xmlm
  1950. ppx_protocol_conv_yaml >= "3.1.0"
  1951. ppx_pyformat
  1952. ppx_python < "v0.17.0"
  1953. ppx_rapper
  1954. ppx_rapper_async
  1955. ppx_rapper_lwt
  1956. ppx_regexp >= "0.4.0"
  1957. ppx_relit
  1958. ppx_repr
  1959. ppx_seq
  1960. ppx_sexp_conv >= "v0.12.0" & < "v0.17.0"
  1961. ppx_sexp_message >= "v0.12.0" & < "v0.17.0"
  1962. ppx_sexp_value >= "v0.12.0" & < "v0.17.0"
  1963. ppx_show
  1964. ppx_stable < "v0.17.0"
  1965. ppx_stable_witness < "v0.17.0"
  1966. ppx_string < "v0.17.0"
  1967. ppx_string_interpolation
  1968. ppx_subliner
  1969. ppx_test >= "1.7.0"
  1970. ppx_there
  1971. ppx_tools >= "6.0+4.08.0"
  1972. ppx_tools_versioned >= "5.2.2"
  1973. ppx_trace
  1974. ppx_ts
  1975. ppx_tydi < "v0.17.0"
  1976. ppx_type_directed_value
  1977. ppx_typed_fields < "v0.17.0"
  1978. ppx_typerep_conv >= "v0.12.0" & < "v0.17.0"
  1979. ppx_tyre
  1980. ppx_units
  1981. ppx_variants_conv >= "v0.12.0" & < "v0.17.0"
  1982. ppx_viewpattern
  1983. ppx_wideopen
  1984. ppx_xml_conv >= "v0.12.0" & < "v0.17.0"
  1985. ppx_yojson
  1986. ppx_yojson_conv < "v0.17.0"
  1987. ppx_yojson_conv_lib < "v0.17.0"
  1988. ppxfind >= "1.3"
  1989. ppxlib >= "0.4.0" & < "0.34.0"
  1990. ppxx >= "2.4.0"
  1991. pratter
  1992. prbnmcn-basic-structures
  1993. prbnmcn-cgrph
  1994. prbnmcn-clustering
  1995. prbnmcn-dagger
  1996. prbnmcn-dagger-gsl
  1997. prbnmcn-dagger-stats
  1998. prbnmcn-dagger-test
  1999. prbnmcn-gnuplot
  2000. prbnmcn-linalg
  2001. prbnmcn-mcts
  2002. prbnmcn-proptest
  2003. prbnmcn-stats
  2004. prbnmcn-ucb1
  2005. prc
  2006. preface
  2007. prelude
  2008. prettym
  2009. printbox >= "0.3"
  2010. printbox-ext-plot
  2011. printbox-html
  2012. printbox-md
  2013. printbox-text >= "0.6.1"
  2014. proc-smaps
  2015. prof_spacetime >= "0.3.0"
  2016. profunctor < "v0.17.0"
  2017. progress
  2018. prom
  2019. prometheus >= "0.6"
  2020. prometheus-app >= "0.6"
  2021. promise
  2022. promise_jsoo
  2023. promise_jsoo_lwt
  2024. protocell
  2025. protocol-9p >= "1.0.0"
  2026. protocol-9p-tool >= "1.0.0"
  2027. protocol-9p-unix >= "1.0.0"
  2028. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  2029. prr
  2030. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2031. psq >= "0.1.1"
  2032. ptmap >= "2.0.5"
  2033. ptset >= "1.0.1"
  2034. pulseaudio >= "0.1.4"
  2035. pure-html
  2036. pure-splitmix >= "0.3"
  2037. pvec
  2038. py >= "1.1"
  2039. pyast
  2040. pyml >= "20210924"
  2041. pyml_bindgen >= "0.3.0"
  2042. pyre-ast
  2043. pythonlib
  2044. qbf >= "0.3"
  2045. qcheck >= "0.9"
  2046. qcheck-alcotest
  2047. qcheck-core
  2048. qcheck-lin
  2049. qcheck-multicoretests-util
  2050. qcheck-ounit
  2051. qcheck-stm
  2052. qiskit < "0.44.0"
  2053. qmp >= "0.19.0"
  2054. qrencode >= "0.2"
  2055. qtest >= "2.10.1"
  2056. queenshead
  2057. quests
  2058. radamsa
  2059. radare2 >= "0.0.3"
  2060. randii
  2061. randomconv >= "0.1.1"
  2062. randoml
  2063. range >= "0.8"
  2064. rangeSet
  2065. rankers
  2066. rawlink >= "1.0" & < "2.1"
  2067. raygui < "1.4.0"
  2068. raylib < "1.4.0"
  2069. rdbg >= "1.196.12"
  2070. rdf >= "0.13.0"
  2071. rdf_impls
  2072. rdf_json_ld
  2073. rdf_lwt
  2074. rdf_mysql
  2075. rdf_postgresql
  2076. rdf_ppx
  2077. re >= "1.9.0"
  2078. re2 >= "v0.12.1" & < "v0.17.0"
  2079. re2_stable
  2080. re_parser < "v0.17.0"
  2081. reactiveData >= "0.3.0"
  2082. reanalyze
  2083. reason >= "3.5.0" & < "3.14.0"
  2084. reason-standard
  2085. received
  2086. record_builder >= "v0.12.0" & < "v0.17.0"
  2087. records >= "1.0.0"
  2088. reddit_api_async
  2089. reddit_api_kernel
  2090. redirect
  2091. redis >= "0.4"
  2092. redis-async < "v0.17.0"
  2093. redis-lwt >= "0.4"
  2094. redis-sync >= "0.4"
  2095. reed-solomon-erasure >= "1.0.2"
  2096. reedsolomon >= "0.3"
  2097. refl
  2098. regenerate >= "0.2"
  2099. regex_parser_intf < "v0.17.0"
  2100. relit_helper
  2101. remu_ts
  2102. reparse
  2103. reparse-lwt
  2104. reparse-lwt-unix
  2105. reparse-unix
  2106. repr
  2107. repr-bench
  2108. repr-fuzz
  2109. res >= "5.0.1"
  2110. res_tailwindcss
  2111. resource-pooling >= "1.1"
  2112. resource_cache >= "v0.12.0" & < "v0.17.0"
  2113. resp
  2114. resp-client
  2115. resp-mirage
  2116. resp-server >= "0.9"
  2117. resp-unix
  2118. resto
  2119. resto-acl
  2120. resto-cohttp
  2121. resto-cohttp-client
  2122. resto-cohttp-self-serving-client
  2123. resto-cohttp-server
  2124. resto-directory
  2125. resto-json
  2126. result >= "1.4"
  2127. rfc1951 >= "0.8.1" & != "1.0.0"
  2128. rfc6287 >= "1.0.4"
  2129. rfc7748
  2130. rfsm >= "1.6-alpha-3" & < "2.0"
  2131. rhythm
  2132. ringo
  2133. ringo-lwt
  2134. river >= "0.2"
  2135. rock
  2136. roman
  2137. root1d >= "0.5.1"
  2138. rope >= "0.6.2"
  2139. rosa
  2140. rosetta >= "0.2.0"
  2141. routes
  2142. rpc >= "6.1.0"
  2143. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  2144. rpclib >= "6.1.0"
  2145. rpclib-async >= "6.1.0"
  2146. rpclib-html
  2147. rpclib-js
  2148. rpclib-lwt >= "6.1.0"
  2149. rsdd
  2150. rss
  2151. rtop >= "3.5.0" & < "3.14.0"
  2152. rungen
  2153. rusage
  2154. rust-staticlib-gen
  2155. rust-staticlib-virtual
  2156. SZXX
  2157. safemoney
  2158. safepass >= "3.1"
  2159. sail >= "0.15"
  2160. sail_c_backend
  2161. sail_coq_backend
  2162. sail_doc_backend
  2163. sail_latex_backend
  2164. sail_lem_backend
  2165. sail_manifest
  2166. sail_ocaml_backend
  2167. sail_output
  2168. sail_smt_backend
  2169. sail_sv_backend
  2170. salsa20 >= "1.0.0"
  2171. salsa20-core >= "1.0.0"
  2172. samplerate >= "0.1.6"
  2173. sanddb >= "0.2"
  2174. sarek >= "20210823"
  2175. satex
  2176. saturn < "0.4.1"
  2177. saturn_lockfree < "0.4.1"
  2178. satyrographos
  2179. scad_ml
  2180. scfg
  2181. scgi
  2182. scipy
  2183. scrypt-kdf >= "1.0.0"
  2184. sd_logic
  2185. search
  2186. searchTree
  2187. secp256k1 >= "0.4.1"
  2188. secp256k1-internal
  2189. sedlex >= "2.0"
  2190. sek
  2191. selective
  2192. semantic_version < "v0.17.0"
  2193. semaphore-compat
  2194. semver >= "0.2.1"
  2195. semver2
  2196. sendmail
  2197. sendmail-lwt
  2198. sendmail-miou-unix
  2199. sendmail-mirage
  2200. sentry
  2201. seq >= "0.2" & < "base"
  2202. seqes
  2203. sequencer_table >= "v0.12.0" & < "v0.17.0"
  2204. serial
  2205. session >= "0.4.1"
  2206. session-cohttp >= "0.4.1"
  2207. session-cohttp-async >= "0.4.1"
  2208. session-cohttp-lwt >= "0.4.1"
  2209. session-cookie
  2210. session-cookie-async
  2211. session-cookie-lwt
  2212. session-postgresql >= "0.4.1"
  2213. session-postgresql-async >= "0.4.1"
  2214. session-postgresql-lwt >= "0.4.1"
  2215. session-redis-lwt >= "0.4.1"
  2216. session-webmachine >= "0.4.1"
  2217. setcore >= "1.0.2"
  2218. sexp < "v0.17.0"
  2219. sexp_decode
  2220. sexp_diff < "v0.17.0"
  2221. sexp_diff_kernel
  2222. sexp_grammar < "v0.17.0"
  2223. sexp_macro < "v0.17.0"
  2224. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  2225. sexp_select < "v0.17.0"
  2226. sexp_string_quickcheck < "v0.17.0"
  2227. sexplib >= "v0.12.0" & < "v0.17.0"
  2228. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2229. sgf >= "1.0.1"
  2230. sha >= "1.13"
  2231. shapefile
  2232. shared-block-ring >= "3.0.0"
  2233. shared-memory-ring >= "3.1.0"
  2234. shared-memory-ring-lwt >= "3.1.0"
  2235. shared-secret >= "0.4"
  2236. shell < "v0.17.0"
  2237. shexp >= "v0.12.0" & < "v0.17.0"
  2238. shine >= "0.2.2"
  2239. shuttle
  2240. shuttle_http
  2241. shuttle_ssl
  2242. shuttle_websocket
  2243. sifun
  2244. sihl
  2245. sihl-cache
  2246. sihl-contract
  2247. sihl-core
  2248. sihl-email
  2249. sihl-facade
  2250. sihl-persistence
  2251. sihl-queue
  2252. sihl-session
  2253. sihl-storage
  2254. sihl-token
  2255. sihl-type
  2256. sihl-user
  2257. sihl-web
  2258. simple63
  2259. sklearn
  2260. slacko >= "0.14.1"
  2261. slug
  2262. smart-print >= "0.3.0"
  2263. smbc >= "0.5"
  2264. smol
  2265. smol-helpers
  2266. smtlib-utils
  2267. smtml < "0.1.1"
  2268. snappy >= "0.1.2"
  2269. snoke
  2270. so
  2271. sodium-fmt
  2272. solid
  2273. solid_server
  2274. solid_tools
  2275. solidity-alcotest
  2276. solidity-common
  2277. solidity-parser
  2278. solidity-test
  2279. solidity-typechecker
  2280. solo5-elftool
  2281. sortedseq_intersect
  2282. soundtouch >= "0.1.9"
  2283. soupault
  2284. spacetime_lib >= "0.3.0"
  2285. spatial-shell
  2286. spawn < "v0.9.0" | >= "v0.13.0"
  2287. spdx_licenses
  2288. spectrum
  2289. speex >= "0.4.0"
  2290. spelll >= "0.4"
  2291. spin
  2292. splay_tree >= "v0.12.0" & < "v0.17.0"
  2293. splittable_random >= "v0.12.0" & < "v0.17.0"
  2294. spoc >= "20210823"
  2295. spoc_ppx
  2296. spoke
  2297. spotify-web-api >= "0.2.1"
  2298. spotlib >= "4.1.0"
  2299. sqlgg >= "20200521"
  2300. sqlite3 >= "4.4.1"
  2301. sqlite3_utils
  2302. srt < "0.3.1"
  2303. ssh-agent >= "0.2.0"
  2304. ssl >= "0.5.6"
  2305. stdcompat >= "19"
  2306. stdint >= "0.6.0"
  2307. stdint-literals
  2308. stdio >= "v0.12.0" & < "v0.17.0"
  2309. stdlib-diff
  2310. stdlib-random
  2311. stdlib-shims
  2312. stdune < "3.3.0"
  2313. stitch
  2314. stk
  2315. stk_iconv
  2316. stk_ocf
  2317. stk_ppx
  2318. stk_rdf
  2319. stk_xml
  2320. stog >= "0.20.0"
  2321. stog_all
  2322. stog_asy
  2323. stog_dot
  2324. stog_extern
  2325. stog_markdown
  2326. stog_multi_doc
  2327. stog_nocaml
  2328. stog_noexec
  2329. stog_plugins
  2330. stog_rdf
  2331. stog_rel_href
  2332. stog_server
  2333. stog_server_multi
  2334. stog_sitemap
  2335. stog_writing
  2336. stored_reversed < "v0.17.0"
  2337. streamable < "v0.17.0"
  2338. streaming
  2339. string_dict >= "v0.12.0" & < "v0.17.0"
  2340. stringext >= "1.6.0"
  2341. sturgeon >= "0.4.2"
  2342. subscriptions-transport-ws
  2343. subtype-refinement >= "0.2"
  2344. sun
  2345. svmwrap
  2346. swagger >= "0.2.0"
  2347. swhid
  2348. swhid_compute
  2349. swhid_core
  2350. swhid_types
  2351. swipl
  2352. syguslib-utils
  2353. syndic >= "1.6.0"
  2354. sys-socket
  2355. sys-socket-unix
  2356. syslog >= "2.0.1"
  2357. syslog-message >= "1.0.0"
  2358. syslog-rfc5424
  2359. systemverilog >= "0.0.2"
  2360. tablecloth-base
  2361. tablecloth-native < "transition"
  2362. taglib >= "0.3.7"
  2363. talaria-bibtex
  2364. tar >= "1.0.0"
  2365. tar-eio
  2366. tar-mirage >= "1.0.0"
  2367. tar-unix >= "1.0.0"
  2368. tcalc
  2369. tcpip >= "3.7.0"
  2370. tdigest
  2371. teash
  2372. telltime
  2373. tensorboard
  2374. term-indexing
  2375. term-tools
  2376. terminal
  2377. terminal_size >= "0.1.4"
  2378. terminus
  2379. terminus-cohttp
  2380. terminus-hlc
  2381. testu01
  2382. textmate-language
  2383. textrazor
  2384. textutils >= "v0.12.0" & < "v0.17.0"
  2385. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  2386. textwrap >= "0.2.1"
  2387. tezos-baking-015-PtLimaPt
  2388. tezos-baking-015-PtLimaPt-commands
  2389. tezos-baking-016-PtMumbai
  2390. tezos-baking-016-PtMumbai-commands
  2391. tezos-baking-017-PtNairob
  2392. tezos-baking-017-PtNairob-commands
  2393. tezos-baking-alpha
  2394. tezos-baking-alpha-commands
  2395. tezos-base
  2396. tezos-base-test-helpers
  2397. tezos-base58
  2398. tezos-benchmark < "19.0"
  2399. tezos-bls12-381-polynomial
  2400. tezos-clic
  2401. tezos-client-000-Ps9mPmXa
  2402. tezos-client-001-PtCJ7pwo
  2403. tezos-client-002-PsYLVpVv
  2404. tezos-client-003-PsddFKi3
  2405. tezos-client-004-Pt24m4xi
  2406. tezos-client-005-PsBabyM1
  2407. tezos-client-006-PsCARTHA
  2408. tezos-client-007-PsDELPH1
  2409. tezos-client-008-PtEdo2Zk
  2410. tezos-client-009-PsFLoren
  2411. tezos-client-010-PtGRANAD
  2412. tezos-client-011-PtHangz2
  2413. tezos-client-012-Psithaca
  2414. tezos-client-013-PtJakart
  2415. tezos-client-014-PtKathma
  2416. tezos-client-015-PtLimaPt
  2417. tezos-client-016-PtMumbai
  2418. tezos-client-017-PtNairob
  2419. tezos-client-alpha
  2420. tezos-client-base
  2421. tezos-client-base-unix
  2422. tezos-client-commands
  2423. tezos-client-demo-counter < "19.0"
  2424. tezos-client-genesis < "19.0"
  2425. tezos-context
  2426. tezos-context-hash
  2427. tezos-context-hash-irmin
  2428. tezos-context-ops
  2429. tezos-crypto
  2430. tezos-crypto-dal
  2431. tezos-dac-client-lib < "19.0"
  2432. tezos-dac-lib < "19.0"
  2433. tezos-dac-node-lib < "19.0"
  2434. tezos-dal-node-lib < "19.0"
  2435. tezos-dal-node-services < "19.0"
  2436. tezos-embedded-protocol-000-Ps9mPmXa
  2437. tezos-embedded-protocol-001-PtCJ7pwo
  2438. tezos-embedded-protocol-002-PsYLVpVv
  2439. tezos-embedded-protocol-003-PsddFKi3
  2440. tezos-embedded-protocol-004-Pt24m4xi
  2441. tezos-embedded-protocol-005-PsBABY5H
  2442. tezos-embedded-protocol-005-PsBabyM1
  2443. tezos-embedded-protocol-006-PsCARTHA
  2444. tezos-embedded-protocol-007-PsDELPH1
  2445. tezos-embedded-protocol-008-PtEdo2Zk
  2446. tezos-embedded-protocol-008-PtEdoTez
  2447. tezos-embedded-protocol-009-PsFLoren
  2448. tezos-embedded-protocol-010-PtGRANAD
  2449. tezos-embedded-protocol-011-PtHangz2
  2450. tezos-embedded-protocol-012-Psithaca
  2451. tezos-embedded-protocol-013-PtJakart
  2452. tezos-embedded-protocol-014-PtKathma
  2453. tezos-embedded-protocol-015-PtLimaPt
  2454. tezos-embedded-protocol-016-PtMumbai
  2455. tezos-embedded-protocol-017-PtNairob
  2456. tezos-embedded-protocol-alpha
  2457. tezos-embedded-protocol-demo-counter
  2458. tezos-embedded-protocol-demo-noops
  2459. tezos-embedded-protocol-genesis
  2460. tezos-error-monad
  2461. tezos-event-logging
  2462. tezos-event-logging-test-helpers
  2463. tezos-hacl
  2464. tezos-hacl-glue
  2465. tezos-hacl-glue-unix
  2466. tezos-injector-015-PtLimaPt
  2467. tezos-injector-016-PtMumbai
  2468. tezos-layer2-store
  2469. tezos-layer2-utils-016-PtMumbai
  2470. tezos-layer2-utils-017-PtNairob
  2471. tezos-lazy-containers
  2472. tezos-lwt-result-stdlib
  2473. tezos-micheline
  2474. tezos-mockup
  2475. tezos-mockup-commands
  2476. tezos-mockup-proxy
  2477. tezos-mockup-registration
  2478. tezos-p2p
  2479. tezos-p2p-services
  2480. tezos-plompiler
  2481. tezos-plonk
  2482. tezos-protocol-000-Ps9mPmXa < "19.0"
  2483. tezos-protocol-001-PtCJ7pwo < "19.0"
  2484. tezos-protocol-002-PsYLVpVv < "19.0"
  2485. tezos-protocol-003-PsddFKi3 < "19.0"
  2486. tezos-protocol-004-Pt24m4xi < "19.0"
  2487. tezos-protocol-005-PsBABY5H < "19.0"
  2488. tezos-protocol-005-PsBabyM1 < "19.0"
  2489. tezos-protocol-006-PsCARTHA < "19.0"
  2490. tezos-protocol-007-PsDELPH1 < "19.0"
  2491. tezos-protocol-008-PtEdo2Zk < "19.0"
  2492. tezos-protocol-008-PtEdoTez < "19.0"
  2493. tezos-protocol-009-PsFLoren < "19.0"
  2494. tezos-protocol-010-PtGRANAD < "19.0"
  2495. tezos-protocol-011-PtHangz2 < "19.0"
  2496. tezos-protocol-012-Psithaca < "19.0"
  2497. tezos-protocol-013-PtJakart < "19.0"
  2498. tezos-protocol-014-PtKathma < "19.0"
  2499. tezos-protocol-015-PtLimaPt < "19.0"
  2500. tezos-protocol-016-PtMumbai < "19.0"
  2501. tezos-protocol-017-PtNairob < "19.0"
  2502. tezos-protocol-018-Proxford < "19.0"
  2503. tezos-protocol-alpha < "19.0"
  2504. tezos-protocol-demo-counter < "19.0"
  2505. tezos-protocol-demo-noops < "19.0"
  2506. tezos-protocol-environment
  2507. tezos-protocol-environment-packer
  2508. tezos-protocol-environment-sigs
  2509. tezos-protocol-environment-structs
  2510. tezos-protocol-genesis < "19.0"
  2511. tezos-protocol-plugin-007-PsDELPH1
  2512. tezos-protocol-plugin-007-PsDELPH1-registerer
  2513. tezos-protocol-plugin-008-PtEdo2Zk
  2514. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2515. tezos-protocol-plugin-009-PsFLoren
  2516. tezos-protocol-plugin-009-PsFLoren-registerer
  2517. tezos-protocol-plugin-010-PtGRANAD
  2518. tezos-protocol-plugin-010-PtGRANAD-registerer
  2519. tezos-protocol-plugin-011-PtHangz2
  2520. tezos-protocol-plugin-011-PtHangz2-registerer
  2521. tezos-protocol-plugin-012-Psithaca
  2522. tezos-protocol-plugin-012-Psithaca-registerer
  2523. tezos-protocol-plugin-013-PtJakart
  2524. tezos-protocol-plugin-013-PtJakart-registerer
  2525. tezos-protocol-plugin-014-PtKathma
  2526. tezos-protocol-plugin-014-PtKathma-registerer
  2527. tezos-protocol-plugin-015-PtLimaPt
  2528. tezos-protocol-plugin-015-PtLimaPt-registerer
  2529. tezos-protocol-plugin-016-PtMumbai
  2530. tezos-protocol-plugin-016-PtMumbai-registerer
  2531. tezos-protocol-plugin-017-PtNairob
  2532. tezos-protocol-plugin-017-PtNairob-registerer
  2533. tezos-protocol-plugin-alpha
  2534. tezos-protocol-plugin-alpha-registerer
  2535. tezos-protocol-updater
  2536. tezos-proxy
  2537. tezos-proxy-server-config < "19.0"
  2538. tezos-requester
  2539. tezos-rpc
  2540. tezos-rpc-http
  2541. tezos-rpc-http-client
  2542. tezos-rpc-http-client-unix
  2543. tezos-rpc-http-server
  2544. tezos-sapling
  2545. tezos-scoru-wasm
  2546. tezos-scoru-wasm-fast
  2547. tezos-scoru-wasm-helpers
  2548. tezos-shell
  2549. tezos-shell-context
  2550. tezos-shell-services
  2551. tezos-shell-services-test-helpers
  2552. tezos-signer-backends
  2553. tezos-signer-services
  2554. tezos-smart-rollup-016-PtMumbai
  2555. tezos-smart-rollup-017-PtNairob
  2556. tezos-smart-rollup-alpha
  2557. tezos-smart-rollup-layer2-016-PtMumbai
  2558. tezos-smart-rollup-layer2-017-PtNairob
  2559. tezos-stdlib >= "16.0"
  2560. tezos-stdlib-unix
  2561. tezos-store
  2562. tezos-test-helpers
  2563. tezos-test-helpers-extra
  2564. tezos-test-services
  2565. tezos-tree-encoding
  2566. tezos-tx-rollup-015-PtLimaPt
  2567. tezos-validation
  2568. tezos-version
  2569. tezos-wasmer
  2570. tezos-webassembly-interpreter
  2571. tezos-webassembly-interpreter-extra
  2572. tezos-workers
  2573. tezt
  2574. tezt-performance-regression
  2575. tezt-tezos < "19.0"
  2576. theora >= "0.4.0"
  2577. thread-local-storage
  2578. thrift >= "0.10.0"
  2579. tidy >= "5-0.2"
  2580. tidy_email
  2581. tidy_email_mailgun
  2582. tidy_email_sendgrid
  2583. tidy_email_smtp
  2584. tilde_f < "v0.17.0"
  2585. time_now < "v0.17.0"
  2586. timed >= "1.1"
  2587. timedesc
  2588. timedesc-json
  2589. timedesc-sexp
  2590. timedesc-tzdb
  2591. timedesc-tzlocal
  2592. timedesc-tzlocal-js
  2593. timere
  2594. timere-parse
  2595. timezone < "v0.17.0"
  2596. timmy
  2597. timmy-jsoo
  2598. timmy-lwt
  2599. timmy-unix
  2600. tiny_httpd
  2601. tiny_httpd_camlzip
  2602. tip-parser >= "0.4"
  2603. tldr
  2604. tls >= "0.11.0"
  2605. tls-async
  2606. tls-eio
  2607. tls-lwt
  2608. tls-miou-unix
  2609. tls-mirage
  2610. tofn
  2611. toml >= "5.0.0"
  2612. toml-cconv
  2613. toml_cconv
  2614. toplevel_backend < "v0.17.0"
  2615. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  2616. topojson
  2617. topojsone
  2618. topological_sort >= "v0.12.0" & < "v0.17.0"
  2619. torch < "v0.17.0"
  2620. tqdm
  2621. trace
  2622. trace-fuchsia
  2623. trace-tef
  2624. tracing < "v0.17.0"
  2625. tracy-client
  2626. transept
  2627. traverse
  2628. travesty != "0.6.1" & < "0.7.2"
  2629. travis-opam >= "1.5.0"
  2630. trax >= "0.4.0"
  2631. tree_layout >= "0.2"
  2632. treeprint >= "2.3.0"
  2633. trexio
  2634. trie >= "1.0.0"
  2635. tsdl-image >= "0.3.0"
  2636. tsdl-mixer >= "0.3.0"
  2637. tsdl-ttf >= "0.3"
  2638. tsort
  2639. tube >= "4.4.0"
  2640. tuntap >= "1.7.0"
  2641. twirp_cohttp_lwt_unix
  2642. twirp_core
  2643. twirp_ezcurl
  2644. twirp_tiny_httpd
  2645. twostep
  2646. tyabt
  2647. type_eq
  2648. typerep >= "v0.12.0" & < "v0.17.0"
  2649. typeset
  2650. tyre >= "0.5"
  2651. tyxml >= "4.3.0"
  2652. tyxml-jsx
  2653. tyxml-lwd
  2654. tyxml-ppx >= "4.3.0"
  2655. tyxml-syntax
  2656. u2f
  2657. ubase
  2658. ubpf >= "0.2"
  2659. uecc >= "0.3"
  2660. uint >= "2.0.1"
  2661. ulid
  2662. um-abt
  2663. unidecode
  2664. unionFind
  2665. unisim_archisec
  2666. unison >= "2.51.4" & < "2.53.4"
  2667. universo
  2668. unix-errno >= "0.6.0"
  2669. unstrctrd
  2670. uri >= "2.2.0"
  2671. uri-bench
  2672. uri-re
  2673. uri-sexp
  2674. uring
  2675. uritemplate
  2676. user-agent-parser
  2677. username_kernel < "v0.17.0"
  2678. uspf
  2679. uspf-lwt
  2680. uspf-mirage
  2681. uspf-unix
  2682. utop >= "2.3.0"
  2683. uuuu >= "0.1.1"
  2684. validator
  2685. variantslib >= "v0.12.0" & < "v0.17.0"
  2686. varray
  2687. vcaml
  2688. vcardgen >= "1.2"
  2689. vchan
  2690. vchan-unix
  2691. vchan-xen
  2692. vdom
  2693. vec
  2694. vector
  2695. vector3 >= "1.0.0"
  2696. vercel
  2697. vhd-format >= "0.12.0"
  2698. vhd-format-lwt >= "0.12.0"
  2699. virtual_dom >= "v0.12.0" & < "v0.17.0"
  2700. visitors >= "20200207"
  2701. vlq >= "0.2.1"
  2702. vmnet >= "1.3.2"
  2703. vocal
  2704. voqc
  2705. vorbis >= "0.8.0"
  2706. vpt >= "5.0.0"
  2707. vue-jsoo
  2708. wall >= "0.4"
  2709. wasmer
  2710. wasmtime
  2711. wayland
  2712. waylaunch
  2713. webauthn
  2714. weberizer >= "0.8"
  2715. webmachine >= "0.6.2"
  2716. websocket >= "2.12"
  2717. websocket-async >= "2.12"
  2718. websocket-lwt >= "2.12"
  2719. websocket-lwt-unix
  2720. websocketaf
  2721. webtest >= "2.0.0"
  2722. webtest-js
  2723. wikitext
  2724. win-error >= "1.0"
  2725. win-eventlog >= "0.3"
  2726. winsvc
  2727. ws
  2728. ws-server
  2729. wseg
  2730. wtf8 >= "1.0.2"
  2731. wtr
  2732. wtr-ppx
  2733. wu-manber-fuzzy-search
  2734. x509 >= "0.6.3"
  2735. x86_64-esperanto >= "0.0.6"
  2736. xapi-backtrace >= "0.7"
  2737. xapi-inventory >= "1.2.1"
  2738. xapi-rrd >= "1.8.2"
  2739. xapi-stdext-date
  2740. xapi-stdext-encodings
  2741. xapi-stdext-pervasives
  2742. xapi-stdext-std
  2743. xapi-stdext-threads
  2744. xapi-stdext-unix
  2745. xapi-stdext-zerocheck
  2746. xdg < "3.3.0"
  2747. xdg-basedir
  2748. xen-evtchn >= "2.1.0"
  2749. xen-evtchn-unix >= "2.1.0"
  2750. xen-gnt >= "3.1.0"
  2751. xen-gnt-unix >= "3.1.0"
  2752. xenstore >= "2.1.0"
  2753. xenstore_transport >= "1.1.0"
  2754. xmelly
  2755. xml-light >= "2.5"
  2756. xmldiff >= "0.7.0"
  2757. xmldiff_js
  2758. xmlplaylist >= "0.1.5"
  2759. xoshiro
  2760. xtmpl >= "0.19.0"
  2761. xtmpl_js
  2762. xtmpl_ppx
  2763. yaml >= "1.0.0"
  2764. yaml-sexp
  2765. yara >= "0.2"
  2766. yocaml < "2.0.0"
  2767. yocaml_cmark
  2768. yocaml_git < "2.0.0"
  2769. yocaml_jingoo < "2.0.0"
  2770. yocaml_markdown
  2771. yocaml_mustache < "2.0.0"
  2772. yocaml_syndication < "2.0.0"
  2773. yocaml_unix < "2.0.0"
  2774. yocaml_yaml < "2.0.0"
  2775. yojson >= "1.5.0"
  2776. yojson-bench
  2777. yojson-five
  2778. yurt >= "0.6"
  2779. yuscii >= "0.2.1"
  2780. yuujinchou
  2781. zarith-ppx
  2782. zarith_stubs_js < "v0.17.0"
  2783. zed >= "2.0"
  2784. zeit
  2785. zelus
  2786. zelus-gtk
  2787. zipperposition >= "1.5.1"
  2788. zipperposition-tools
  2789. zlib >= "0.6"
  2790. zlist >= "0.4.0"
  2791. zmq >= "5.1.0"
  2792. zmq-async >= "5.1.0"
  2793. zmq-eio
  2794. zmq-lwt >= "5.1.0"
  2795. zstandard >= "v0.12.1" & < "v0.17.0"
  2796. zstd = "0.3"
  2797. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.