package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

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.

Added to opam-repository:

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 (15)

  1. melange with-dev-setup & >= "4.0.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  7. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  8. ocamlfind with-dev-setup & os != "win32"
  9. menhir with-dev-setup & os != "win32"
  10. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  11. js_of_ocaml-compiler with-dev-setup & os != "win32"
  12. js_of_ocaml with-dev-setup & os != "win32"
  13. csexp with-dev-setup & >= "1.3.0"
  14. cinaps with-dev-setup
  15. lwt with-dev-setup & os != "win32"

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