package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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: 30 Nov 2023

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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.

How does it work?

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

Build 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.

Installation

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

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

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

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