package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.7.0.tbz
sha256=e2d637c9d080318fedf5e71d2a29fb367624f82ac4a26e83df2b3a03550528b8
sha512=586e47ee45cd53a8c13095bde0b47de99aad9462d0a52199362140b5b654ca862597fa9f27f729a8cc594684ac46858848f9fa76f8f06dc8dc8ab8b1186a3295

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 Feb 2023

README

Dune - A Composable Build System

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune 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 static files with a simple S-expression syntax. 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 little 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.

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

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

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 boot/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"

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