package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

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 Jun 2025

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.4"

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